Team radio and interview quotes by Finnish F1 legend Kimi Räikkönen
Inspired by ajzbc's kanye.rest and oanhgle's bangtan-api
Make queries to the API using a URI with the following format:
https://kimiquotes.herokuapp.com[endpoint]
See below for a list of available endpoints
GET all quotes
/quotes
GET all quotes from a specified year
/quotes/:year
GET all quotes that don't come with year timestamps
/quotes/unstamped
GET a quote using its ID
/quote/:id
GET a random quote
/quote
Clone the project repo
git clone https://github.com/sethvm/kimiquotes.git
Install the dependencies
cd kimiquotes
npm install
Start the development server with hot-reload enabled at localhost:8000
npm run dev
- Nothing at the moment — quote contributions/updates are welcome!
- Implement
POST
,PATCH
, andDELETE
endpoints - Categorize quotes (e.g. emotion, team radio, interview, venue)