2.0.2 • Published 4 years ago

easy-fetch-manas v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago