Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chartbeat-labs/spotifyapp
Chartbeat Spotify App
https://github.com/chartbeat-labs/spotifyapp
Last synced: about 2 months ago
JSON representation
Chartbeat Spotify App
- Host: GitHub
- URL: https://github.com/chartbeat-labs/spotifyapp
- Owner: chartbeat-labs
- Created: 2012-12-21T15:27:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T22:14:03.000Z (almost 12 years ago)
- Last Synced: 2024-10-19T03:17:46.842Z (2 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chartbeat Spotify Application. Very beta :)
Prerequisites
=============You need a [Spotify developer account](https://developer.spotify.com/technologies/apps/#developer-account) to use the application.
Installation
============mkdir ~/Spotify
cd ~/Spotify
git clone [email protected]:chartbeat/spotifyapp.git apps-chartbeat
(restart Spotify)
enter 'spotify:app:chartbeat' in the Search boxKnown Issues
============Not a lot of time was spent on this, so there are *plenty* of issues :)
* it seems like you can't "favorite" a developer app, at least not on
OS X, so you have to search for the app on each app start. Pretty
tedious.* the app plays the song over and over as long as you are over the
threshold. Obviously not optimal.* it is fairly unclear what the lifetime of a Spotify app actually is,
since
[the docs](https://developer.spotify.com/technologies/apps/guidelines/integration/#applicationlifetime)
are clearly wrong. Currently on OS X, the app works fine "in the background".Links
=====* [Spotify App Integration Guidelines](https://developer.spotify.com/technologies/apps/guidelines/integration/)
* [Spotify App JS Docs](https://developer.spotify.com/technologies/apps/docs/)
* [Spotify Tutorial App](https://github.com/spotify/apps-tutorial)
* [Chartbeat API Documentation](http://chartbeat.com/docs/api/)