1.0.1 • Published 2 years ago

billboard-music v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Billboard Music

Get music list from billboard

N|Solid

npm env

npm i billboard-music

yarn env

yarn add billboard-music

Props

Propsvaluedetails
top100 / 200 / global / artistchart options
date2008-02-02get 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