superagent-serializer

v0.2.2
Superagent plugin to serialize response data into different types

start

npm run watch

browser

browserify example.js -s superagentSerializer -t babelify --outfile bundle.js

watch

watchify example/index.js -o example/bundle.js

amend

git add . && git commit --amend --reuse-message=HEAD

push

git push --tags && git push

release

npm version patch --force && npm run amend && npm run push && npm publish
npm i superagent-serializer

Metadata

  • MIT
  • Whatever
  • zzarcon
  • released 10/5/2017

Downloads