Skip to content

regular/pull-npm-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stream all of npm metadata into hypercore

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%