orsa-server-plugin
v0.0.1
Published
Orsa plugin to connect to the Orsa server
Downloads
2
Readme
Orsa Server plugin
Handles sending Orsa data to the Orsa Server.
Configuration
You need to tell the plugin where the server is. You do that in the configuration as shown below:
{
'orsa-server-plugin': {
url: 'http://localhost:3000/api/update',
},
}
If you are using the command line interface simply add the server
command line option:
orsa --server http://localhost:3000/api/update