File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img height =" 56 " width =" 64 " src =" http://i.imgur.com/dLeJmw6 .png " />
2
+ <img height =" 56 " width =" 64 " src =" http://i.imgur.com/QRlAg0b .png " />
3
3
</p >
4
4
5
5
# JSON Server
@@ -50,7 +50,7 @@ You can find a running demo here: http://jsonplaceholder.typicode.com.
50
50
* Lets you use plain JSON or simple JS file
51
51
* Supports __ GET__ but also __ POST__ , __ PUT__ , __ DELETE__ and even __ PATCH__ requests
52
52
* Can be used from anywhere through __ cross domain__ requests (JSONP or CORS)
53
- * Can load remote JSON files
53
+ * Can load remote JSON files ( [ JSON Generator ] ( http://www.json-generator.com/ ) )
54
54
* Can be deployed on Nodejitsu, Heroku, ...
55
55
56
56
@@ -145,6 +145,6 @@ GET /
145
145
146
146
Returns default index file or content of ./public/index.html (useful if you need to set a custom home page).
147
147
148
- ## Articles
148
+ ## Links
149
149
150
- * [ Fast prototyping using Restangular and Json-server] ( http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html )
150
+ * [ Fast prototyping using Restangular and Json-server] ( http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html )
You can’t perform that action at this time.
0 commit comments