Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/taurheim/LastWave

Graph your music listening history!
https://github.com/taurheim/LastWave

Last synced: about 2 months ago
JSON representation

Graph your music listening history!

Lists

README

        

# LastWave
Graph your music listening history!
![An Example Graph](http://i.imgur.com/jMQoqg6.png)

## 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

## 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`