RML.io Dashboard REST API

The RML.io REST API allows to deploy workspaces in correlation with the RML.io Dashboard web application.

Installation

Once downloaded on your machine/server, you will need to install the npm packages

npm install

Usage

You can use the classic Node.js way to execute the REST API or use PM2

node app.js
or
pm2 start app.js --name rmlio-api

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT