An API showing several quotes said by famous Formula 1 drivers and Formula 1 personalities. It scraps all the quotes from certain webs
Very easy to use. GET /
shows all the F1 drivers or personalities who have quotes saved in this API, and their code to access them. For example: Max Verstappen's quotes: /quotes/verstappen
. Please, realize that there are people with the same last name, so you will have to write the name-last name. Example: /quotes/michael-schumacher
and /quotes/mick-schumacher
/
/quotes
/authors
/authors/:authors_last_name
/quotes/:drivers_last_name
/quotes/:drivers_last_name/:quote_id
/quotes/:drivers_last_name/p/:page
npm install
npm run tsc
npm run dev
Open http://localhost:3000 with your browser to see the API.
npm run test
npm run test:watch
npm start
Please report any issue you find in the issues page. Pull requests are more than welcome.