This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
rdio.export.js/README.md

23 lines
650 B
Markdown
Raw Permalink Normal View History

2013-05-27 11:17:48 +00:00
rdio.export.js
==============
export track artist/album/name from a user's collection in rdio using node.js
2013-05-27 11:20:16 +00:00
dependendies
==============
2013-05-27 11:26:01 +00:00
* [node.js](http://nodejs.org)
2013-05-27 11:20:16 +00:00
* a [rdio API key/secret](http://developer.rdio.com/) for this to work
2013-05-27 11:25:23 +00:00
* [rdio.js](https://github.com/rdio/rdio-simple/blob/master/node/rdio.js) *provided in repo for convenience*
* [om.js](https://github.com/rdio/rdio-simple/blob/master/node/om.js) *provided in repo for convencience*
2013-05-27 11:20:16 +00:00
instructions
==============
* add a rdio api key/secret to xport.js
* run xport.js
* when prompted, enter a public rdio username
* if it succeeds, a csv file will be generated in the folder
2013-05-27 11:25:23 +00:00