![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
billboard-crawler
Advanced tools
Billboard music chart unofficial API in Node.js
$ npm install billboard-crawler
new BillboardCrawler()
// import the npm module as a class constructor
const BillboardCrawler = require('billboard-crawler')
// new it up
const billboard = new BillboardCrawler()
billboard.getChart(chartName?, date?)
chartName
: The chart name, e.g. 'Hot 100'
or 'Pop Songs'
. You can browse the Charts page on Billboard.com to find valid chart names; the URL of a chart will look like http://www.billboard.com/charts/CHART-NAME (example). By default 'Hot 100'
chart is fetched.date
: The chart date as a string, in YYYY-MM-DD
format. By default, the latest chart is fetched.billboard.getYearEndChart(chartName?, year?)
chartName
: The chart name, e.g. 'Hot 100 Songs'
or 'Top Artists'
. You can browse the Charts page https://www.billboard.com/charts/year-end. By default 'Hot 100 Songs'
chart is fetched.year
: For example 2008
. By default, last year's year-end chart is fetched.billboard.getArtistChartHistory(artist, chartName?)
artist
: Arist's name, e.g. 'Rihanna'
or 'Taylor Swift'
.chartName
: Same as the chartName
argument in getChart
method.FAQs
Billboard music chart unofficial API in node.js.
We found that billboard-crawler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.