Skip to content

taurheim/LastWave

Repository files navigation

LastWave

Graph your music listening history! An Example Graph

What does it do?

LastWave is a web-app that takes data from your last.fm profile and creates a beautiful wave graph that represents your music listening trends by artist. The artists that you listen to more at a given time has a larger area on the graph.

How does it work?

LastWave is built almost entirely in JavaScript, although some of the exporting process is handled with PHP. The wave created by LastWave is rendered entirely in the browser in svg format, and LastWave allows you to export this wave to multiple sources, including saving it as an image to the web. The majority of the creation of the wave graph is done by libraries, but the text placement is done manually by LastWave. This is accomplished with a series of algorithms that are detailed in my blog post http://savas.ca/blog/lastwave-1-text-placement/

How to contribute

LastWave is always looking for people to help with the code! This is a great beginner-intermediate project as there are lots of little things that need doing. Check out the "issues" section to see what needs to be done! I've tried to make it pretty clear how difficult each one is, but if you have any questions, just contact me at [email protected]!

To build & run:

  • Clone the repo git clone https://github.com/taurheim/LastWave.git
  • Install modules: yarn install
  • Run: yarn serve
  • Navigate to: http://localhost:8080/lastwave

About

Graph your music listening history!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages