This app is an web scrapper made to retrieve fii data from selected web sites.
Clone this repository
git clone git@github.com:LordMendes/fii-web-scrapper.git
cd fii-web-scrapper
After enter the project run
yarn
to install project's dependencies, then you can run
yarn start
to start the project.
To run the tests:
yarn test
Method | Route |
---|---|
GET | /fii/:FIICODE |
GET | /fii/data/:FIICODE |
For this project I used:
- NodeJs
- Express.JS
- Cheerio