Skip to content

💬 RESTful API that provides memorable team radio and interview quotes by Finnish F1 legend Kimi Räikkönen

License

Notifications You must be signed in to change notification settings

sethvm/kimiquotes

Repository files navigation

💬 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


💻 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

⚡ 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

💾 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

📝 To-Do

  • Nothing at the moment — quote contributions/updates are welcome!

🌟 Potential Improvements

  • Implement POST, PATCH, and DELETE endpoints
  • Categorize quotes (e.g. emotion, team radio, interview, venue)

About

💬 RESTful API that provides memorable team radio and interview quotes by Finnish F1 legend Kimi Räikkönen

Topics

Resources

License

Stars

Watchers

Forks