top100bbworship
v1.0.0
Published
A webscrape of billboards.com's top 100 worship song
Maintainers
Readme
Billboard TOP 100 Worship songs
MPOP Reverse II
How to install
npm install top100bbworshipHow to use (NodeJS)
const top100bb = require("top100bbworship")
(async () => {
let top100 = await top100bb()
console.log(top100)
})Sample output (JSON)
[
{
"title": "Sample song",
"artist": "Sample artist"
}
]
