The RML.io REST API allows to deploy workspaces in correlation with the RML.io Dashboard web application.
Once downloaded on your machine/server, you will need to install the npm packages
npm install
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
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.