Skip to content

Instantly share code, notes, and snippets.

@dashersw
Created May 9, 2017 07:24
Show Gist options
  • Save dashersw/98bb73c85e9845c4c5bda1e237b1b368 to your computer and use it in GitHub Desktop.
Save dashersw/98bb73c85e9845c4c5bda1e237b1b368 to your computer and use it in GitHub Desktop.
Hassle-free microservices with cote.js — conversion-service.js step 4
subscriber.on('update rate', (update) => {
rates[update.currencies] = update.rate;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment