fme-cloud-api

0.0.6 • Public • Published

codeship npm version

FME Cloud API

A small client library to access FME Cloud (http://www.safe.com/fme/fme-cloud/). Note this is not for the FME Server API.

Installing

npm install fme-cloud-api

Using For a working example, see example.js

var token = 'mytoken';
var client = require('fme-cloud-api')(token);
client.instances().then(console.log);

Todo

* Implement missing functions.

Readme

Keywords

none

Package Sidebar

Install

npm i fme-cloud-api

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • zmpeg