This project aims to scrape the latest data from all kenya news outlets using puppeteer and node.js.
Install Node.js version 8.0.0
Clone the repository
git clone https://github.com/Brian-Kariu/Kenyan-Headline-Vault.git
cd Kenyan-Headline-Vault
npm install
npm run start:dev
npm start
docker build -t khv .
docker run -p 4000:4000 khv
npm lint
npm test
MIT