Skip to content

A web app that utilizes Spotify's API in order to generate curated Spotify playlists of the songs/artists you keep on repeat.

License

Notifications You must be signed in to change notification settings

holliskuang/Listy.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Listy.dev


About The Project

A web app that utilizes Spotify's API in order to generate curated Spotify playlists of the songs/artists you keep on repeat.

  • 🤔 Have you ever wondered what your top songs or artists of all-time are?
  • ❤️ Did you just listen to a song that you forgot to heart?
  • 🙏 In desparate need of a new playlist that will be generated straight to your Spotify account?

Listy is everything you've been looking for and more!

Built With

  • TypeScript
  • Next
  • React
  • Express
  • MUI

Getting Started

This App is readily available on Listy.dev

If you are interested in hosting your own version of this app, you will need to create an account with Spotify For Developers in order to access the necessary APIs that this app utilizes.

  1. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages

    npm install
  3. Fill in Client Secret Environment Variable with what you receive from your Spotify For Developers Account. This will provide you access to Spotify Web APIs

  4. Replace the Redirect URI with your personal URL of choice to host the server

Basic Documentation

There are 3 Sections of this Web App:

  • Top Tracks
  • Top Artists
  • Recently Played

For the Top Tracks and Top Artists section, you have the option to select a timeframe of

  • All Time
  • Most Recent 6 Months
  • Most Recent Month

When you select your section and timeframe of interest, you will receive a list of your top songs/artists. For the Top Tracks section, you will receive your top 50 tracks of the selected timeframe. For the Top Artists section, you will receive a list of your top 50 artists. For the Recently Played section, you will receive your 50 most recent tracks that you have played.

Each of the items on the list you generate will link you to their respective Spotify page.

You can also create a playlist from your list of songs/artists which will create a playlist directly in your Spotify Account. No extra work required! Just name your playlist and it will show up on your Spotify App.

(back to top)

Roadmap

  • Add Top Artists Page
  • Add Top Tracks Page
  • Add Recently Played Page
  • Add Functionality to Create Playlist
  • Get Approval for Authentication Quota Extension

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Hollis Kuang - [email protected]

Project Link: https://github.com/holliskuang/Listy.dev

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

About

A web app that utilizes Spotify's API in order to generate curated Spotify playlists of the songs/artists you keep on repeat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published