itunes-web-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,5 +0,1 @@ | ||
const itunes = require('itunes-api'); | ||
(async() => { | ||
let data = await itunes.track('Lil Nas Rodeo') | ||
console.log(data)})() | ||
module.exports = require('./src/itunes'); |
{ | ||
"name": "itunes-web-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "iTunes WEB API Scrapper", | ||
@@ -10,3 +10,6 @@ "main": "index.js", | ||
"author": "shynox, sroxynartz, theark", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"github-web-api": "^1.0.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
## WELCOME TO ITUNES API MODULE! | ||
## WELCOME TO ITUNES API MODULE! (BUGS ARE FIXED SORRY FOR THAT) | ||
#### EXAMPLE USES TO GET REQUIRED INFORMATION; | ||
@@ -3,0 +3,0 @@ ````js |
11419
5
1
+ Addedgithub-web-api@^1.0.2
+ Addedgithub-web-api@1.0.4(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)