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 1 year 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T04:33:18.000Z (over 12 years ago)
- Last Synced: 2025-03-30T06:03:26.530Z (about 1 year ago)
- Topics: ember, frontend, javascript, spotify, spotify-metadata-api
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- 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 Spotify
Planned 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/