ember-cli-api-stub-static

js deprecated
Addon to ember-cli to support serving JSON files as API endpoints
Version 0.0.1 License MIT
Keywords
ember-addon
ember-cli-api-stub-static
ember-cli add-on for serving out static JSON files as "endpoints" along with the static files served.
Usage
add this project to your package.json (I will publish on npm if there is any demand)
run
npm install
ember g api-stub-static whatever
run
ember server
to get it startedcurl -X GET localhost:PORT/whatever
hello wurld~
Screenshot
Contributing
If you have any feature requests or ideas on how this can be improved, please open an issue right away.