Skip to content

Instantly share code, notes, and snippets.

@DominusKelvin
Created November 24, 2020 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominusKelvin/ca93bea86c7460ba53ec2c60ad27e8fb to your computer and use it in GitHub Desktop.
Save DominusKelvin/ca93bea86c7460ba53ec2c60ad27e8fb to your computer and use it in GitHub Desktop.
fn: async function(inputs, exits) {
console.time(‘waiting’)
var wavesNGNPrice = await sails.helpers.fetch('https://waves-africa-api.herokuapp.com/ngn');
console.timeEnd(‘waiting’)
exits.success(wavesNGNPrice)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment