0.1.0 • Published 5 years ago

textile-js-sdk v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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