Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blixt/twocents

A simple commenting service
https://github.com/blixt/twocents

Last synced: about 1 month ago
JSON representation

A simple commenting service

Awesome Lists containing this project

README

        

# Two Cents: A simple commenting service

## Information

Two Cents is a very simple service that simply lets people add and get comments
for a certain path (arbitrary string).

Used for .

## Examples

To add a comment, request:

twocents.php/put?path="home"&name="blixt"&message="Hello+World!"

To get comments, request:

twocents.php/get?path="home"

The response could look something like this (indented for readability):

{
"status": "success",
"response": [
{
"id": "1",
"added": "1292162356",
"name": "blixt",
"message": "Hello World!"
}
]
}

## MIT license

This project is licensed under an [MIT license][].

Copyright © 2011 Andreas Blixt ()

[MIT license]: http://www.opensource.org/licenses/mit-license.php