Using node.js
The main goal of this project is to support a JSON Rest API with data fetched from pesdb.net to allow different operations and manipulation of the data.
This project was indented to be a proof of concept involving web scrapping and many npm libraries to gather public data from a public website and then create a simple REST API to retrieve it.
Clone this project and cd
into it and run
If you have Yarn
yarn && yarn start
npm install && npm run start
At this moment the gathered information should be placed inside an ./output
directory and inside a sub directory with the corresponding version name. Eg.: ./output/v0.0.2/players_...