- nestjs - Out of date
- node-echonest - Out of date
- echojs - Tests failing due to incorrect dependency configuration. Tests failing with correct dependency configuration.
- Echonest-jQuery-Plugin - Some tests failing
- theechonest - Only supports certain API endpoints
- angular-echonest - Only supports certain API endpoints
All available Echo Nest API endpoints are supported. Browser, RequireJS, and Node environments are supported.
npm install echo-best --save
bower install echo-best --save
Before running any of the examples, the dependencies must be downloaded:
cd examples/shared && npm install
Before running the tests, Mocha must be installed:
npm install -g mocha
To run the tests:
npm test