0.0.14 • Published 17 days ago

@use-pluto/satellite v0.0.14

Weekly downloads
-
License
GPL-2.0-only
Repository
github
Last release
17 days ago

Satellite

Satellite is a simple, lightweight, and easy to use framework for interacting with the Pluto APIs and build your program. It is written in TypeScript and built with Parcel. It consists of an SDK.

Satellite SDK is a collection of libraries that allow you to interact with the Pluto APIs. It should be imported into your project.

Installation

# install the SDK locally to your project
npm i @use-pluto/satellite
## usage: import { ... } from '@use-pluto/satellite'