sorlinv_fetch
v1.1.1
Published
create my fetch for training versioning and npm
Downloads
3
Readme
Fetch
This is an test project to create and publish an NPM library.
The library contains a clone of the fetch
API from https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Instructions
- create a new repo call
<pseudo>-fetch
likesimplon-lyon-fetch
- clone the repo
- create a Node module expositing a
fetch
function (example at https://github.com/simplon-lyon/promo3-js-promise & https://docs.npmjs.com/getting-started/creating-node-modules) - commit the changes
- create a tag
v0.0.1
(https://stackoverflow.com/a/18223354) - publish your lib on NPM (https://docs.npmjs.com/getting-started/publishing-npm-packages)