fetchres

v1.7.2
Some useful response handlers for using [Fetch](https://github.com/github/fetch) API in the real world.

clean

git clean -fxd

files

find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*' ! -path './lib/*'

build

mkdir -p lib && browserify src/fetchres.js -t babelify --outfile lib/fetchres.js --standalone fetchres

prepublish

npm run build

postpublish

rm -r lib

pretest

npm run build

test

jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && npm run build && mocha
npm i fetchres

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 11/9/2016

Downloads