Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanbrook/spotify-playlist-export
Export track info from your Spotify playlists.
https://github.com/johanbrook/spotify-playlist-export
Last synced: about 1 month ago
JSON representation
Export track info from your Spotify playlists.
- Host: GitHub
- URL: https://github.com/johanbrook/spotify-playlist-export
- Owner: johanbrook
- License: mit
- Created: 2014-06-26T00:29:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-12T23:32:46.000Z (over 10 years ago)
- Last Synced: 2024-04-15T12:13:31.851Z (9 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Playlist Export
Export track info from your Spotify playlists.
## Features
- [x] User should be able to view their playlists
- [ ] User should be able to view playlist metadata
- [ ] User should be able to choose if to fetch only their own playlists
- [x] User should be able to re-visit the state from an URL
- [ ] User should be able to export a playlist to:
- [x] JSON
- [ ] CSV
- [x] Print
- [x] User should be able to choose which playlists to export
- [ ] User should be able to toggle all or none
- [ ] User should be able to print export from the app## Develop
```bash
npm install
gulp watch
open http://localhost:3000
```
or
```bash
npm install
./hack.sh
```## Significant tech
- Browserify
- Handlebars
- ES6 Promises
- gulp## Author
[Johan Brook](http://github.com/johanbrook), 2014.
## License
[MIT](https://github.com/johanbrook/spotify-playlist-export/blob/master/LICENSE)