node-gridnet 0.0.1
Install from the command line:
Learn more about npm packages
$ npm install @redrobotsl/node-gridnet@0.0.1
Install via package.json:
"@redrobotsl/node-gridnet": "0.0.1"
About this version
NOTICE: NOT PRODUCTION READY. THIS HAS BEEN USED FOR RED ROBOT INTERNAL PROJECTS, HOWEVER, WE WILL BE ADDING STUFF IN A PUBLIC BETA TO MAKE THE LIBRARY COMPLETE AND HAVE MORE UTILITIES A unofficial interface for interacting with the Nexus Gridnet API in Second Life, includes utility functions for non direct API calls, such as preparing data in non standard forms that the API can't provide on it's own(eg, a list of all channels on the network).
npm install --save @redrobot/node-gridnet
import { Gridnet } from "./index.js";
const Client = new Gridnet('yourapikey');
await Client.init();
let details = await Client.transmit("GLOBAL", "HI");
console.log(details);
let details = await Client.networkDetails();
console.log(details);
Details
- node-gridnet
- redrobotsl
- almost 3 years ago
- MIT
- 3 dependencies
Assets
- node-gridnet-0.0.1-npm.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0