From fe244e7edb45499b281b0a93e390e7af51cb7db9 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 24 Oct 2014 01:27:47 +0200 Subject: [PATCH] Add links --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce8a4b1..bfb675d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Give it a JSON or JS seed file and it will serve it through REST routes. Created with <3 for front-end developers who need a flexible back-end for quick prototyping and mocking. -_Powers http://jsonplaceholder.typicode.com_ +_Powers [JSONServer](http://jsonplaceholder.typicode.com)_ ## Examples @@ -160,5 +160,12 @@ For routes usage examples, have a look at [JSONPlaceholder](https://github.com/t ## Links +### Articles + * [Fast prototyping using Restangular and Json-server](http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html) -* [grunt plugin](https://github.com/tfiwm/grunt-json-server) +* [ng-admin: Add an AngularJS admin GUI to any RESTful API](http://marmelab.com/blog/2014/09/15/easy-backend-for-your-restful-api.html) + +### Projects + +* [Grunt JSON Server](https://github.com/tfiwm/grunt-json-server) +* [JSON Server GUI](https://github.com/naholyr/json-server-gui)