A simple API to retrieve some quotes of Stranger Things!
🌐 Website: https://strangerthings-quotes.vercel.app
Get a random quote in this format:
[
{
"quote": "The gate… I opened it.",
"author": "Eleven"
},
]
Returns an array with {number}
quotes e.g. GET /api/quotes/5
.
[
{
"quote": "We’re just friends.",
"author": "Robin Buckley"
},
{
"quote": "Our children don’t live here anymore. You didn’t know that?",
"author": "Ted Wheeler"
},
{
"quote": "I felt this evil like it was looking at me.",
"author": "Will Byers"
},
{
"quote": "The demogorgon – it got me. See you tomorrow.",
"author": "Will Byers"
},
{
"quote": "This is finger lickin’ good.",
"author": "Steve Harrington"
}
]
If you want to add some quotes, just add them in src/quotes.js
file and do a pull request !
If you liked this project feel free to donate me for future awesome projects!