ember-cli add-on for serving out static JSON files as "endpoints" along with the static files served.
-
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 serverto get it started -
curl -X GET localhost:PORT/whateverhello wurld~
If you have any feature requests or ideas on how this can be improved, please open an issue right away.
