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

Made by Antonio Ramirez

pear-stage

1.0.0

@davidmarkclements

npmSnykSocket
Downloads:744
$ npm install pear-stage
DailyWeeklyMonthlyYearly

pear-stage

Synchronize from-disk to app drive peer-to-peer

Usage

import stage from 'pear-stage'
function status (info) { console.log(info) }
const link = 'pear://....'
const stream = stage(link, opts)
stream.on('data', status)

License

Apache-2.0