/webscraper

scrapes the BBC Igbo daily

Primary LanguageJavaScript

🧼 webscraper

Scrapes the BBC Igbo daily.

The articles that are scraped form the publication for a given day are found on the site's homepage.

Getting Started

Install the project dependencies:

yarn install

Build the project:

yarn build

To scrape and save BBC Igbo articles, run:

yarn start

You can also run the dev watch server for hot reloading:

yarn dev