Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vandreleal/museek
:headphones: AngularJS application using Last.fm API
https://github.com/vandreleal/museek
angularjs angularjs-material lastfm-api lodash sass
Last synced: 12 days ago
JSON representation
:headphones: AngularJS application using Last.fm API
- Host: GitHub
- URL: https://github.com/vandreleal/museek
- Owner: vandreleal
- License: other
- Created: 2016-05-17T21:55:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T11:30:55.000Z (about 3 years ago)
- Last Synced: 2024-10-25T12:07:55.786Z (2 months ago)
- Topics: angularjs, angularjs-material, lastfm-api, lodash, sass
- Language: JavaScript
- Homepage: https://vandreleal.github.io/museek
- Size: 3.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Museek
[https://vandreleal.github.io/museek](https://vandreleal.github.io/museek)> Project submitted to Angular Attack 2016, which is a 48-hour online hackathon featuring Angular. Museek provides the ability to search and visualize any Last.fm user's statistics. [Angular Attack Entry Link](https://www.angularattack.com/entries/3165-dubjay)
## Screenshots
![Museek](https://raw.githubusercontent.com/vandreleal/museek/master/screenshots/01-museek.jpeg)![Top Artists](https://raw.githubusercontent.com/vandreleal/museek/master/screenshots/02-museek__top-artists.jpeg)
![Recent Tracks](https://raw.githubusercontent.com/vandreleal/museek/master/screenshots/03-museek__recent-tracks.jpeg)
## Description
#### Configurable Last.fm API Parameters:
+ User
+ Limit
+ Period#### Supported Methods:
+ [user.getInfo](http://www.last.fm/api/show/user.getInfo "user.getInfo")
+ [user.getTopAlbums](http://www.last.fm/api/show/user.getTopAlbums "user.getTopAlbums")
+ [user.getTopArtists](http://www.last.fm/api/show/user.getTopArtists "user.getTopArtists")
+ [user.getTopTracks](http://www.last.fm/api/show/user.getTopTracks "user.getTopTracks")
+ [user.getRecentTracks](http://www.last.fm/api/show/user.getRecentTracks "user.getRecentTracks")## Instructions
#### 1. Fill out the following fields and click on the search button:
+ User (Required)
+ Limit (Optional) [default: 10 | max: 100]
+ Period (Optional) [default: overall]#### 2. Click on any of the following tabs to check the desired user's data:
+ Top Artists
+ Top Albums
+ Top Tracks
+ Recent Tracks## Built with
+ [Last.fm API](http://www.last.fm/pt/api 'Last.fm API')
+ [Angular Material](https://material.angularjs.org/latest/ 'Angular Material')
+ [Material Colors](https://github.com/shuhei/material-colors 'Material Colors')
+ [Gulp](http://gulpjs.com/ 'Gulp')
+ [Sass](http://sass-lang.com/ 'Sass')
+ [Wiredep](https://github.com/taptapship/wiredep 'Wiredep')
+ [BrowserSync](https://www.browsersync.io/ 'BrowserSync')
+ [Wrench](https://github.com/ryanmcgrath/wrench-js 'Wrench')