7digital-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,9 +5,5 @@ var config = require('./config').Config, | ||
for (prop in api) { | ||
if (api.hasOwnProperty(prop)) { | ||
exports[prop] = api[prop]; | ||
} | ||
} | ||
module.exports = api; | ||
exports.with = function(options) { | ||
module.exports.with = function(options) { | ||
var prop; | ||
@@ -14,0 +10,0 @@ |
{ | ||
"name": "7digital-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description" : "Simple 7digital API wrapper for nodeJS", | ||
@@ -5,0 +5,0 @@ "homepage": [ |
@@ -6,3 +6,7 @@ Node.js API Wrapper | ||
About 7digital | ||
============== | ||
7digital.com is an online music store operating in over 16 countries and offering more than 11 million high quality DRM free MP3s (320kbps) from all major labels and wide range of idependent labels and distributors. 7digital API will give you access to the full catalogue including high quality album art, 30s preview clips for all tracks, commissions on sales, integrated purchasing and full length streaming. More details at [developer.7digital.net](http://developer.7digital.net/) | ||
WHAT IS THIS? | ||
@@ -58,3 +62,3 @@ ============= | ||
artists = new api.Artists() | ||
artists = new api.Artists(); | ||
@@ -61,0 +65,0 @@ artists.getReleases({ artistid: 1 }, function(err, data) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
251202
87
6537