vimeo-song-extractor

Extract songs from vimeo and get song details using echonest

Usage no npm install needed!

<script type="module">
  import vimeoSongExtractor from 'https://cdn.skypack.dev/vimeo-song-extractor';
</script>

README

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