Skip to content

Mo7ammedd/taylor-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9424893 · May 4, 2024

History

54 Commits
May 4, 2024
Apr 28, 2024
Apr 28, 2024
May 2, 2024
Apr 28, 2024
Apr 30, 2024
May 4, 2024
May 4, 2024
Apr 28, 2024
Apr 29, 2024
Apr 28, 2024
Apr 28, 2024
Feb 12, 2024
Apr 29, 2024

Repository files navigation

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