Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"}