Skip to content

simplon-lyon/simplon-lyon-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. create a new repo call <pseudo>-fetch like simplon-lyon-fetch
  2. clone the repo
  3. 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)
  4. commit the changes
  5. create a tag v0.0.1 (https://stackoverflow.com/a/18223354)
  6. publish your lib on NPM (https://docs.npmjs.com/getting-started/publishing-npm-packages)