0.0.3 • Published 4 years ago

@sailscasts/sails-hook-node-fetch v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

sails-hook-node-fetch

made in nigeria

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