Skip to content

shadowoff09/lucifer-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 21, 2023
1ed9029 · Oct 21, 2023

History

87 Commits
Feb 1, 2023
Mar 21, 2023
Dec 29, 2021
Dec 29, 2021
Sep 14, 2021
Oct 21, 2023
Sep 16, 2022

Repository files navigation


Licence Deployments Commits Repo Size Quotes Paypal Ko-Fi CodeFactor

Lucifer quotes API

A simple API to retrieve some quotes of Lucifer, shawty!

🌐 Website: https://lucifer-quotes.vercel.app

API Documentation

GET /api/quotes

Get a random quote in this format:

https://lucifer-quotes.vercel.app/api/quotes

[
  {
    "quote": "The Devil gets burned by fire. Could this be any more ironic?",
    "author": "Lucifer Morningstar"
  }
]

GET /api/quotes/{number}

Returns an array with {number} quotes e.g. GET /api/quotes/5.

https://lucifer-quotes.vercel.app/api/quotes/5

[
  {
    "quote": "You see, what I hate more than anything is a liar. A charlatan. Someone who doesn't believe in what they say.",
    "author": "Lucifer Morningstar"
  },
  {
    "quote": "I'm trying to say this from a constructive place. I can feel your negative vibrations from across the room, man.",
    "author": "Dan Espinoza"
  },
  {
    "quote": "My name is ASAC Schrader, and you can go f*ck yourself.",
    "author": "Chloe Decker"
  },
  {
    "quote": "Sometimes we need to lose something before we can understand its value.",
    "author": "Linda Martin"
  },
  {
    "quote": "You know, joining each other at crime scenes, bantering over dead bodies. And where does that leave you, right?",
    "author": "Ella Lopez"
  }
]

Contributing

If you want to add some quotes, just add them in src/quotes.js file and do a pull request !

Donate

If you liked this project feel free to donate me for future awesome projects!

Authors

Other Versions





Made with ❤️ and Javascript