Npms Score
Get the npms scores of a npm package.
Install
npm install npms-score
Usage
const npmsScore = ; async { await ; //=> { quality: 0.9995167144697813, popularity: 0.7509903024146316, maintenance: 0.9998891222511912 }}
API
npmsScore(name)
name
Type: string
The module name to get the scores for.
Related
- npms-api - Wrapper for the npms api.