sethvm / kimiquotes

:speech_balloon: RESTful API that provides memorable team radio and interview quotes by Finnish F1 legend Kimi Räikkönen
https://kimiquotes.herokuapp.com/doc
MIT License
6 stars 1 forks source link
api express formula1 quotes rest

:speech_balloon: KimiQuotes API



Team radio and interview quotes by Finnish F1 legend Kimi Räikkönen


Inspired by ajzbc's kanye.rest and oanhgle's bangtan-api


:computer: Usage

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

:zap: 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

:floppy_disk: Run Locally

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

:memo: To-Do

:star2: Potential Improvements