- A CLI computer program that will allow you to scrape Wikipedia information.
- The main technology stack are TypeScript and NodeJS.
- Link : Wikipedia Sister Project | Sample Data
Wikipedia.Web.Scraping.Testing.mp4
# Change mode permission and make it executable.
chmod +x git-push-all
# Push the changes in all remote repositories.
./git-push-all
# Install the packages.
yarn install
# Build the app and generate a dist directory with the javascript app file.
yarn build
# Run the app.
yarn start