top100bbworship

1.0.0 • Public • Published

Billboard TOP 100 Worship songs

MPOP Reverse II

How to install

npm install top100bbworship

How to use (NodeJS)

const top100bb = require("top100bbworship")

(async () => {
	let top100 = await top100bb()
	console.log(top100)
})

Sample output (JSON)

[
	{
		"title": "Sample song",
		"artist": "Sample artist"
	}
]

Package Sidebar

Install

npm i top100bbworship

Weekly Downloads

8

Version

1.0.0

License

ISC

Unpacked Size

6.93 kB

Total Files

8

Last publish

Collaborators

  • ryannkim327