Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pandawhisperer/spotifyexplorer
A frontend to Spotify's Metadata API I created in order to learn Ember.js
https://github.com/pandawhisperer/spotifyexplorer
ember frontend javascript spotify spotify-metadata-api
Last synced: about 3 hours ago
JSON representation
A frontend to Spotify's Metadata API I created in order to learn Ember.js
- Host: GitHub
- URL: https://github.com/pandawhisperer/spotifyexplorer
- Owner: PandaWhisperer
- Created: 2014-02-27T02:23:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T04:33:18.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:18:08.326Z (7 months ago)
- Topics: ember, frontend, javascript, spotify, spotify-metadata-api
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpotifyExplorer
===============A frontend to Spotify's Metadata API I created in order to learn Ember.js
Description
-----------This is a little practice project I created in order to teach myself [Ember.js](http://emberjs.com).
It consumes the [Spotify Metadata API](https://developer.spotify.com/technologies/web-api/search/)
and shows a neat web UI based on [Bootstrap](http://getbootstrap.com) to display the results.Features
--------So far you can:
* Search for artists/songs
* Searches are remembered
* Click on a search to show results
* Click on a song title to show in Spotify
* Click on a artist/album to show that artist/album in SpotifyPlanned features:
* Switch between http and spotify URIs (top open directly in app)
* Sorting results table
* Pagination
* ???Try it out!
-----------Live demo on Heroku: http://spotify-explorer.herokuapp.com/