Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sailscasts/sails-hook-node-fetch

sailscasts100MIT0.0.3

Exposes the node-fetch module as a built-in helper in your Sails app.

sails, node-fetch, fetch, network, http

readme

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