Extract songs from vimeo and get song details using echonest
-
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 exampleto run an example application -
Go to
http://localhost:3000/get?video=[full vimeo url]to get track information
Constructor
Error messages
- String - stream - An mp4 from a Vimeo stream
- String - url - The full vimeo URL
- Object - res - The response object to pass
- String - id - The track id from echonest
- add polling feature to check if track analysis has finished
- add better error handling