1.0.1 • Published 7 years ago

noon-apicific v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Noon-Apicific

An API Wrapper for Noon-Pacific

Usage

const NoonApicific = require('noon-apicific')
const noon = new NoonApicific({
    clientId: ""
})

Get collections

noon.getCollections()

Get latest mixtape

noon.getLatestMixtape()

Get mixtape details

noon.getMixtape('noon-265')

Get mixtapes by collection

noon.getMixtapesByCollection(collection = 'los-angeles', maxResults = '50')
maxResults can be 'ALL'

Get mixtapes

noon.getMixtapes(maxResults = '50')
maxResults can be 'ALL'

Get tracks

noon.getTracks(maxResults = '50')
maxResults can be 'ALL'