Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

![](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 issue

Inspired by [kanye.rest](https://kanye.rest/)