@sailscasts/sails-hook-node-fetch
v0.0.3
Published
Exposes the node-fetch module as a built-in helper in your Sails app.
Downloads
26
Maintainers
Readme
sails-hook-node-fetch
Exposes the node-fetch module as a built-in helper in your Sails app.
Installation
npm install @sailscasts/sails-hook-node-fetch --save
Usage
var wavesNGNPrice = await sails.helpers.fetch('https://waves-africa-api.herokuapp.com/ngn');
sails.log(wavesNGNPrice);
For more info on the usage of this hook see the node-fetch documentation as this hook exposes the same API as
node-fetch