2.0.0 • Published 5 years ago
@jollie/node-fetchjson v2.0.0
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 @jollie/node-fetchjsonor
npm install @jollie/node-fetchjsonUsage
const fetchjson = require('@jollie/node-fetchjson');
fetchjson('https://myapi.io/v1/users').then(payload => console.log(payload));2.0.0
5 years ago