Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 455 Bytes

CryptoQuery Bot

This application takes some of the top crypto-news sites and grabs all relavant information from each article that is published every day. With the use of Cron Jobs, this application checks these websites for new articles published and sends them to an external Mongo database to be used for other applications.

Start Application

Build
npm install
Run
npm start
Run Test (test.js file needed)
npm run test