Skip to content

Instantly share code, notes, and snippets.

@dashersw
Created May 8, 2017 22:37
Show Gist options
  • Save dashersw/d4a8c62974b8928bcbc0d133a46a1422 to your computer and use it in GitHub Desktop.
Save dashersw/d4a8c62974b8928bcbc0d133a46a1422 to your computer and use it in GitHub Desktop.
Hassle-free microservices with cote.js — conversion-client.js step 3
const request = { type: 'convert', from: 'usd', to: 'eur', amount: 100 };
requester.send(request, (res) => {
console.log(res);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment