JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q86516F

API wrapper for Musicmetric webservices in node.js

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.

Build Status

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 (c) 2013 Alex Ehrnschwender. See LICENSE for details.