Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markbates/fakeweb.js
A port of FakeWeb (Ruby) to help test JavaScript AJAX apps
https://github.com/markbates/fakeweb.js
Last synced: 2 months ago
JSON representation
A port of FakeWeb (Ruby) to help test JavaScript AJAX apps
- Host: GitHub
- URL: https://github.com/markbates/fakeweb.js
- Owner: markbates
- Created: 2011-11-17T14:27:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-17T14:33:03.000Z (about 13 years ago)
- Last Synced: 2024-05-02T06:06:45.960Z (8 months ago)
- Language: CoffeeScript
- Homepage: http://www.metabates.com
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FakeWeb.js
FakeWeb.get "/foo/bar", success: ->
{id: 1, name: "Mark"}
FakeWeb.post "/users", success: ->
{id: 1, name: "Mark"}