Skip to content

alanzhu39/spotify-graph

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Spoti-graph

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Spoti-graph Screen Shot

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!

(back to top)

Built With

  • Angular
  • vis.js

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm

    npm install npm@latest -g
  • Angular CLI

    npm install @angular/cli -g

Running the app

  1. Clone the repo
    git clone https://github.com/alanzhu39/spotify-graph.git
  2. Install NPM packages
    npm install
  3. Start local app instance
    ng serve

(back to top)

Roadmap

  • 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).

(back to top)

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

(back to top)

License

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

(back to top)

Contact

Alan Zhu - @alanzhu39 - alan.zhu39@gmail.com

Project Link: https://github.com/alanzhu39/spotify-graph

(back to top)

Acknowledgments

(back to top)