easy-fetch-manas
v2.0.2
Published
This is an api fetching package
Downloads
15
Maintainers
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'))