Merge useful informations from
package.json
and the relative repository of a specific NPM package.
Install
$ yarn add npm-scout
Usage
const npmScout = ; ;
API
npmScout(username, repository, [GITHUB_ACCESS_TOKEN])
The GITHUB_ACCESS_TOKEN
is not required but you will have a limited rate to call the API if the GITHUB_ACCESS_TOKEN
is not present.
Related
License
MIT © LasaleFamine