pull-npm-registry

1.1.0 • Public • Published

pull-npm-registry

A simple data fetcher that provides all changes made to the npm registry as a pull-stream. Streams old and live data.

Inspired by npm-to-hypercore

Installation

npm install pull-npm-registry

Usage

var pull = require('pull-stream')
var npm = require('pull-npm-registry')

pull(
  npm(0), // give it the first sequence number you want
  pull.log()
)

License

MIT

Package Sidebar

Install

npm i pull-npm-registry

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • regular