stormclient
v0.1.1
Published
Node client for joinstorm.io
Downloads
1
Maintainers
Readme
Stormclient
NodeJs client for joinstorm node net
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
- You must have an account on joinstorm.io to access our network. Please register here to join our community
- NodeJs & npm
Installing
clone this repo:
git clone https://github.com/joinstormio/stormclient.git
cd stormclient
npm install
Configuration
simple method
download the json configuration file from your client page here and put it in the same folder as stormclient.js
alternative
create a stormclient.json file composed like this:
{
"username": "client1",
"password": "password1",
"clientId": "user-client1-client1"
}
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- joinstorm.io - joinstorm.io
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details