npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

sourceranks-data

2.0.1

@zeke

npmHomeRepoSnykSocket
Downloads:9
$ npm install sourceranks-data
DailyWeeklyMonthlyYearly

sourceranks-data

a LevelDB database of detailed libraries.io SourceRank data for every package in the npm registry

Installation

npm install sourceranks-data --save

Usage

const sourceranks = require('sourceranks-data')

sourceranks.db.createReadStream()
  .on('data', ({key, value}) => {
    value = JSON.parse(value)
    // do something with the data!
  })
  .on('end', () => {
    // reached the end of the stream
  })

License

MIT