Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mo7ammedd/taylor-swift
API to get random lyrics/quotes of Taylor Swift
https://github.com/mo7ammedd/taylor-swift
api express taylor-swift
Last synced: about 2 months ago
JSON representation
API to get random lyrics/quotes of Taylor Swift
- Host: GitHub
- URL: https://github.com/mo7ammedd/taylor-swift
- Owner: Mo7ammedd
- License: mit
- Created: 2024-02-12T22:52:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T18:15:02.000Z (9 months ago)
- Last Synced: 2024-05-04T19:26:20.191Z (9 months ago)
- Topics: api, express, taylor-swift
- Language: HTML
- Homepage: https://taylor-swift-quotes.onrender.com
- Size: 1.32 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taylor Swift Api
I couldn't believe that one of the best songwriters doesn't have a random lyrics generator api so I made one.
## Usage
* To Get Random Taylor Swift lyrics : ```https://taylor-swift-1.onrender.com/api/v1/quote```
* To Get Random Taylor Swift lyrics from a specific album or song :
* From an album : ```https://taylor-swift-1.onrender.com/api/v1/quote/:album```
* From a song : ```https://taylor-swift-1.onrender.com/api/v1/quote/:song```
* To Get All Taylor Swift lyrics
* ```https://taylor-swift-1.onrender.com/api/v1/quote/all```
* To add taylor swift lyrics to the API:
* open postman and use post: ```https://taylor-swift-1.onrender.com/api/v1/quote```
* with this format
{
"quote":"test",
"song":"test",
"album":"test"
}*
* Or you can visit this link and add new quotes directly
* ```https://add-fnih.onrender.com```
## Contribution
* Contribute your favourite taylor lyrics / quotes
* Add the lyrics / quotes to `quotes.json`
* While adding a quote, keep album and song fields as none
* make a pull request
* no repetitions* adding endpoints / making other suggestions
* Raise an issue