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: 10 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-17T14:33:03.000Z (over 13 years ago)
- Last Synced: 2025-02-07T18:51:34.063Z (5 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"}