Package Exports
- musicmetric
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (musicmetric) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-musicmetric
Get charting music information from Musicmetric API services.
Installation
npm install musicmetric
Usage
var Musicmetric = require('musicmetric');
var musicmetric = new Musicmetric({
apiKey: 'apikey'
});
Methods
getTotalPlays getTotalFans getTotalDownloads getAgeDemographic getGenderDemographic getArtistTopCities getArtistCharts
Test
Tests are written in mocha.
npm install -g mocha
make test
TODO
- A lot...
Copyright
Copyright (c) 2013 Alex Ehrnschwender. See LICENSE for details.