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: 10 days 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"}