1.0.1 • Published 4 years ago
billboard-music v1.0.1
Billboard Music
Get music list from billboard
npm env
npm i billboard-musicyarn env
yarn add billboard-musicProps
| 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