easy-fetch-manas

2.0.2 • Public • Published

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'))

Package Sidebar

Install

npm i easy-fetch-manas

Weekly Downloads

1

Version

2.0.2

License

MIT

Unpacked Size

1.18 kB

Total Files

3

Last publish

Collaborators

  • rmanas000