gmcerveny / jsonbin

restful webservice to store and retrieve json

Home Page:jsonbin.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON BIN

A RESTful webservice to set and retrieve JSON.

USAGE

Create a bin

$ curl -X POST http://jsonbin.herokuapp.com/
access at http://jsonbin.herokuapp.com/abf052c9

Set content

$ curl -X PUT -d "oops=there goes my skirt" http://jsonbin.herokuapp.com/abf052c9
{"oops":"there goes my skirt"}

Retrieve bin

$ curl http://jsonbin.herokuapp.com/abf052c9
{"oops":"there goes my skirt"}

About

restful webservice to store and retrieve json

jsonbin.herokuapp.com


Languages

Language:JavaScript 100.0%