vimeo-song-extractor
v0.0.1
Published
Extract songs from vimeo and get song details using echonest
Downloads
4
Maintainers
Readme
vimeo-song-extractor
Extract songs from vimeo and get song details using echonest
instructions
Register for an echonest developer account https://developer.echonest.com/account/register and generate an API key
Make a config.js file in the root folder that looks like this:
module.exports = {
api_key: '[your echonest api key]'
};
Run
node example
to run an example applicationGo to
http://localhost:3000/get?video=[full vimeo url]
to get track information
docs
extractor()
Constructor
errors
Error messages
postTrack
- String - stream - An mp4 from a Vimeo stream
getVideoStream
- String - url - The full vimeo URL
- Object - res - The response object to pass
getTrackStatus
- String - id - The track id from echonest