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

Made by Antonio Ramirez

pear-appdrive

1.1.2

@davidmarkclements

npmSnykSocket
Downloads:118
$ npm install pear-appdrive
DailyWeeklyMonthlyYearly

pear-appdrive

Pear application drive class, minimal hyperdrive compat, read-only

Usage

import AppDrive from 'pear-appdrive'

const drive = new AppDrive()

await drive.ready()

const file = await drive.get('/file/from/app')

console.log(file.toString())

await drive.close()

License

Apache-2.0