Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MitanshiKshatriya/taylor-swift-api
get random lyrics/quotes of Taylor Swift
https://github.com/MitanshiKshatriya/taylor-swift-api
api hacktoberfest-accepted hacktoberfest2021 nodejs quotes random-lyrics random-quote-generator taylor-swift
Last synced: about 1 month ago
JSON representation
get random lyrics/quotes of Taylor Swift
- Host: GitHub
- URL: https://github.com/MitanshiKshatriya/taylor-swift-api
- Owner: MitanshiKshatriya
- License: mit
- Created: 2020-10-24T21:07:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:18:11.000Z (6 months ago)
- Last Synced: 2024-08-01T21:52:13.416Z (5 months ago)
- Topics: api, hacktoberfest-accepted, hacktoberfest2021, nodejs, quotes, random-lyrics, random-quote-generator, taylor-swift
- Language: JavaScript
- Homepage: https://taylorswiftapi.onrender.com/
- Size: 1.1 MB
- Stars: 74
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - MitanshiKshatriya/taylor-swift-api - get random lyrics/quotes of Taylor Swift (JavaScript)
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.
![](taylor.gif)
## Usage
* To Get Random Taylor Swift lyrics : https://taylorswiftapi.onrender.com/get
* To Get Random Taylor Swift lyrics from a specific album or song :
* From an album : ```https://taylorswiftapi.onrender.com/get?album=```
* From a song : ```https://taylorswiftapi.onrender.com/get?song=```
* To Get All Taylor Swift lyrics from a specific album or song :
* From an album : ```https://taylorswiftapi.onrender.com/get-all?song=```
* From a song : ```https://taylorswiftapi.onrender.com/get-all?album=```## Contribution
* Contribute your favourite taylor lyrics / quotes
* Add the lyrics / quotes to `taylorquotes.db`
* While adding a quote, keep album and song fields as none
* make a pull request
* no repetitions* adding endpoints / making other suggestions
* Raise an issueInspired by [kanye.rest](https://kanye.rest/)