Scraping anime quotes for an API
Make sure nodejs is installed
- To install project dependecies run:
npm install
- Start the server with:
npm start
- Make sure to add a nodemon.json file with the following argument to stop the server from entering in an infinte loop
{
"ignore": "data"
}