itunes-helper
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

iTunes-Helper

Build Status

Simplifies usage of the iTunes Api.

Installation

Node:

npm install itunes-helper
const iTunesHelper = require('itunes-helper')

In Webbrowser:

<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/itunes-helper/lib/itunes-helper.min.js"></script>

Usage

Search API:

iTunesHelper
    .search({
        term: 'game of thrones',
        country: 'DE',
        limit: 1,
    })
    .then(res => console.log(res))

Lookup API:

iTunesHelper
    .lookup({
        id: 1256129534,
        country: 'DE',
    })
    .then(res => console.log(res))

Readme

Keywords

none

Package Sidebar

Install

npm i itunes-helper

Weekly Downloads

5

Version

1.0.6

License

MIT

Unpacked Size

257 kB

Total Files

10

Last publish

Collaborators

  • jenshansen