textile-js-sdk

0.1.0 • Public • Published

textile-js-sdk

Javascript SDK for interacting with Textile nodes.

Detailed API Documentation

Installation

# Clone the repo 
git clone github.com/robbynshaw/textile-js-sdk
cd textile-js-sdk
npm install

Getting started

const Textile = require("./textile-js-sdk");
 
const textile = new Textile();
await textile.peer.get();
// return PeerID of local node

Development

# Run all the tests 
npm test
 
# Linting 
npm run lint
 
# Build the docs 
npm run build-docs
 
# See package.json for other scripts 

Roadmap

  • Add to npm
  • Add docs to github pages

Package Sidebar

Install

npm i textile-js-sdk

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

1.13 MB

Total Files

60

Last publish

Collaborators

  • robbynshaw