0.0.1 • Published 7 years ago

orsa-server-plugin v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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