Table of Contents
Spoti-graph is a tool that generates a graph of the artists in your Spotify library. Nodes in the graph are the artists from your saved songs. If two artists are related (as determined by Spotify's listening statistics), they'll have an edge between them. Once the graph is drawn, you'll likely see artists from similar genres or communities clustered together.
Try it out and see what your listening graph is like!
To get a local copy up and running follow these simple example steps.
-
npm
npm install npm@latest -g
-
Angular CLI
npm install @angular/cli -g
- Clone the repo
git clone https://github.com/alanzhu39/spotify-graph.git
- Install NPM packages
npm install
- Start local app instance
ng serve
- Graphs based on playlists
- Node/edge weighting based on frequency of artist
- Better graph grouping/clustering visualization
- More graph customization options
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Alan Zhu - @alanzhu39 - [email protected]
Project Link: https://github.com/alanzhu39/spotify-graph