1.0.2 • Published 5 years ago
@jellyfish-commuting/node-fetchjson v1.0.2
for internal use only - Just draft idea to easily fetch API in our apps
fetchjson
Brings fetchjson to Node
for more infos, see fetchjson
Install
yarn add @jellyfish-commuting/node-fetchjson
or
npm install @jellyfish-commuting/node-fetchjson
Usage
import fetchjson from '@jellyfish-commuting/node-fetchjson';
fetchjson('v1/users').then(payload => console.log(payload));