Gathering detailed insights and metrics for naver-ratings-api
Gathering detailed insights and metrics for naver-ratings-api
Gathering detailed insights and metrics for naver-ratings-api
Gathering detailed insights and metrics for naver-ratings-api
npm install naver-ratings-api
Typescript
Module System
Node Version
NPM Version
62.6
Supply Chain
76.3
Quality
74.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
571
Last Day
1
Last Week
2
Last Month
21
Last Year
87
MIT License
2 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jul 29, 2018
Minified
Minified + Gzipped
Latest Version
0.0.1
Package Id
naver-ratings-api@0.0.1
Unpacked Size
5.17 kB
Size
2.18 kB
File Count
5
NPM Version
5.10.0
Node Version
8.9.4
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
2
Compared to previous week
Last Month
200%
21
Compared to previous month
Last Year
22.5%
87
Compared to previous year
2
Scrapes ratings for a show from naver. Will be updated with more functions and better scraping later. Can only scrape the last 30 episodes as of now.
1$ npm install --save naver-ratings-api
1const Naver = require('naver-ratings-api'); 2Naver('런닝맨').then(ratingsData => { 3 console.log(ratingsData); 4})
Example output:
[ { episode: '410', date: '18/07/22', rating: '9.5%' },
{ episode: '409', date: '18/07/15', rating: '7.1%' },
{ episode: '408', date: '18/07/08', rating: '6.8%' },
{ episode: '407', date: '18/07/01', rating: '7.9%' },
{ episode: '406', date: '18/06/24', rating: '7.6%' },
{ episode: '405', date: '18/06/17', rating: '7.2%' },
{ episode: '404', date: '18/06/10', rating: '6.9%' },
{ episode: '403', date: '18/06/03', rating: '6.6%' },
{ episode: '402', date: '18/05/27', rating: '6.9%' },
{ episode: '401', date: '18/05/20', rating: '5.7%' },
{ episode: '400', date: '18/05/13', rating: '7.6%' },
{ episode: '399', date: '18/05/06', rating: '6.8%' },
{ episode: '398', date: '18/04/29', rating: '6.8%' },
{ episode: '397', date: '18/04/22', rating: '7.4%' },
{ episode: '396', date: '18/04/15', rating: '6.9%' },
{ episode: '395', date: '18/04/08', rating: '7.3%' },
{ episode: '394', date: '18/04/01', rating: '8.2%' },
{ episode: '393', date: '18/03/25', rating: '8.1%' },
{ episode: '392', date: '18/03/18', rating: '9.2%' },
{ episode: '391', date: '18/03/11', rating: '7.0%' },
{ episode: '390', date: '18/03/04', rating: '7.7%' },
{ episode: '389', date: '18/02/18', rating: '7.8%' },
{ episode: '388', date: '18/02/04', rating: '9.2%' },
{ episode: '387', date: '18/01/28', rating: '9.6%' },
{ episode: '386', date: '18/01/21', rating: '8.6%' },
{ episode: '385', date: '18/01/14', rating: '8.6%' },
{ episode: '384', date: '18/01/07', rating: '8.5%' },
{ episode: '383', date: '17/12/31', rating: '6.8%' },
{ episode: '382', date: '17/12/24', rating: '8.5%' },
{ episode: '381', date: '17/12/17', rating: '9.4%' } ]
Inspired by https://github.com/hyunchel/melon-chart-api
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More