Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 257 Bytes

News Archiver

Start server for React

$ npm start

Run CNN bot for scraping website

$ npm run bot

SQL commands

DELETE t1 FROM news.cnn t1 INNER JOIN news.cnn t2 WHERE t1.id < t2.id AND t1.link = t2.link;