swarmos
v0.1.1
Published
The official SwarmOS coordination package.
Downloads
22
Maintainers
Readme
swarmos
swarmos is the official npm package for the SwarmOS coordination project.
Install
npm install swarmosStatus
The package currently exports project metadata for the public SwarmOS package name. Coordination APIs are expected to be published here as the project develops.
API
const swarmos = require('swarmos');
console.log(swarmos.name);
console.log(swarmos.status);Links
- Repository: https://github.com/swarmscript/swarmos
- Issues: https://github.com/swarmscript/swarmos/issues
