billboard-music
v1.0.1
Published
get top music world wide
Downloads
2
Readme
Billboard Music
Get music list from billboard
npm env
npm i billboard-music
yarn env
yarn add billboard-music
Props
| Props | value | details | | ------ | ------ | -------- | | top | 100 / 200 / global / artist | chart options | | date | 2008-02-02 | get chart by date |
How to use
- import the library
billboards (data => {
console.log (data)
},
{
top: '200', // global - 200 - 100 - artist
date: '2020-02-22' // date example: 2008-08-04 if not specifid will be todays date
}
)
this isn't any related with billboard