echo-best

The Echo Nest JavaScript API for RequireJS, Node, and browsers

Usage no npm install needed!

<script type="module">
  import echoBest from 'https://cdn.skypack.dev/echo-best';
</script>

README

Why Another JavaScript API

Features

All available Echo Nest API endpoints are supported. Browser, RequireJS, and Node environments are supported.

Installation

Npm

npm install echo-best --save

Bower

bower install echo-best --save

Examples

Before running any of the examples, the dependencies must be downloaded:

cd examples/shared && npm install

Browser Examples

RequireJS Examples

Node Examples

Tests

Before running the tests, Mocha must be installed:

npm install -g mocha

To run the tests:

npm test