Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

kentlouisetonino/wikipedia-scraper

Repository files navigation

Description

  • A CLI computer program that will allow you to scrape Wikipedia information.
  • The main technology stack are TypeScript and NodeJS.

sample


Wikipedia.Web.Scraping.Testing.mp4



Local Development

# 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