Deploy connector & using API

At this stage, you should be able to write your first simple connector. Once it works properly locally, you can deploy it onto the Xomlo.io app. Before deploying, please double check that:

  • The connector works properly locally

  • Config is specified in ./xomlo.json

You can deploy your application by running this command:

$ yarn deploy

You will be prompted to enter your API key. You can find it on app.xomlo.io in the settings tab. If you need any help, do not hesitate to contact us at developers@xomlo.io.

Last updated