vimeo-song-extractor

0.0.1 • Public • Published

vimeo-song-extractor

Extract songs from vimeo and get song details using echonest

instructions

  1. Register for an echonest developer account https://developer.echonest.com/account/register and generate an API key

  2. Make a config.js file in the root folder that looks like this:

module.exports = {
    api_key: '[your echonest api key]'
};
  1. Run node example to run an example application

  2. Go 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

Package Sidebar

Install

npm i vimeo-song-extractor

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tamarachahine