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

Package detail

easy-fetch-manas

rmanas00010MIT2.0.2

This is an api fetching package

manas, easy-fetch, ranjan, attainu

readme

easy-fetch


here is the small contribuition to fetch any url json data by using this npm package


step 1


to install as a dependency

npm install --save easy-fetch-manas


step 2 :

require the package

const fetch_easy = require('easy-fetch-manas');


or ES6 style

import fetch_easy from 'easy-fetch-manas';

how to use this dependency

console.log(fetch_easy('https://jsonplaceholder.typicode.com/posts/1'))