0.0.1 • Published 10 years ago

ember-cli-body-parser v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

ember-cli-body-parser

Adds body-parser to the ember-cli Express stub server allowing you to read POST/PUT data.

Requires ember-cli >= 0.0.37, which is currently unreleased. (Added here)

It does NOT add body-parser if you are using the proxy server. See relavent discussions:

Installation / Usage

From within your Ember CLI application (must be > 0.0.36), run the following:

npm install --save-dev ember-cli-body-parser

References