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 server
to get it started -
curl -X GET localhost:PORT/whatever
hello wurld~
If you have any feature requests or ideas on how this can be improved, please open an issue right away.