Skip to content

📰 A node crawler to get brazilian news in main websites.

License

Notifications You must be signed in to change notification settings

renanrbs/crawler-br-news

 
 

Repository files navigation

📰 crawler-br-news

A crawler to get news from a brazilian website.

Creating this project to learn and implement a crawler in nodejs.

How to install crawler-br-news?

To run this project, just run the below commands. Assuming you have nodejs installed.

$ git clone https://github.com/mateusduraes/crawler-br-news.git
$ cd crawler-br-news
$ npm install

How to execute crawler-br-news?

$ node <file.js>

The output will look like the below image.

Output image

ToDO List

  • Install typescript and tslint in project.
  • Make it a command line interface.
  • Write tests.
  • Install husky (git hooks) and configurate precommit and prepush with tslint / 'run tests'.
  • Add more brazilian websites.

About

📰 A node crawler to get brazilian news in main websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%