Skip to content

hinzwifi/MuskAPI

Repository files navigation

Musk API 🚀

A hand-curated quotes from Elon Musk

API Base URL

API Reference

Get all the quotes

  GET /api/

Get a random quote

  GET /api/random

Get a specific quote

  GET /api/quote/${id}
Parameter Type Required Description
id string Yes Required. Id of item to fetch

Add new quotes

  POST /api/admin
Req.body Type Required Description
adminId string Yes Needed the account Id to add
quote string Yes Add the quote

Screenshots

App Screenshot

FAQ

Why did you make this API?

  • I wanted to learn make a REST API

I understand, though why is it Elon Musk though

  • It's Elon Musk, Why not?

Roadmap

  • Quote suggestion box
  • You can add it in the Github Profile

Acknowledgements

Lessons Learned

What did you learn while building this project?

  • Express and Middleware

What challenges did you face and how did you overcome them?

  • Looking for awesome quotes by Elon Musk

Authors

Feedback

If you have any feedback, please reach out to me at markjoshuahaynes@protonmail.com

License

MIT