Skip to content

Brian-Kariu/Kenyan-Headline-Vault

Repository files navigation

KENYAN HEADLINE VAULT (KHV)

This project aims to scrape the latest data from all kenya news outlets using puppeteer and node.js.

Pre-requisites

Install Node.js version 8.0.0

Getting started

Clone the repository

git clone  https://github.com/Brian-Kariu/Kenyan-Headline-Vault.git

Install dependencies

cd Kenyan-Headline-Vault
npm install

Run the project in development mode

npm run start:dev

Build and run the project in production mode

npm start

Run in docker container

docker build -t khv .
docker run -p 4000:4000 khv

Linting

npm lint

Testing

npm test

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published