Skip to content

holepunchto/pear-appdrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors