Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepthawtz/openanno
Let's Annotate Everything: (Built in 24-hours at the Twitter Hackfest 2010 with a team of cool people)
https://github.com/deepthawtz/openanno
Last synced: about 2 months ago
JSON representation
Let's Annotate Everything: (Built in 24-hours at the Twitter Hackfest 2010 with a team of cool people)
- Host: GitHub
- URL: https://github.com/deepthawtz/openanno
- Owner: deepthawtz
- Created: 2010-05-29T21:03:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-31T19:08:03.000Z (over 14 years ago)
- Last Synced: 2024-10-26T22:50:33.244Z (2 months ago)
- Language: Ruby
- Homepage: http://openanno.com
- Size: 307 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_____ _______ _______ _______
____ ______ ____ ____ / _ \ \ \ \ \ | \
/ _ \\____ \ _/ __ \ / \ / /_\ \ / | \ / | \ [] \
( <_> ) |_> >\ ___/ | | | | | | | | | \
\____/| __/ \___ >|___| |____|__ |____|__ |____|__ |________/
|__| \/ \/ \/ \/ \/Twitter Hackfest Project
========================
Built in 24-hours at the Twitter Hackfest 2010How It Works
------------Sign up for an API key and:
curl -i -X POST -d '[{"example_type":{"awesome_factor":"10"}}]' \
http://openanno.com/api/some_object?api_key=your_api_keyCongratulations! You have just posted an annotation.
Now this should be no problem:
curl http://openanno.com/api/some_object
As you can see we are annotating the object with an array of a hash of hashes.
We use exactly the same data model that Twitter annotations use.Facebook Tunnel
---------------
While logged into Facebook, point your browser to [http://graph.facebook.com/me](http://graph.facebook.com/me).
Take note of the "id" field in the returned JSON.# GET
curl http://openanno.com/fb/{your_id}# and POST
curl -i -X POST -d '[{"example_type":{"awesome_factor":"10"}}]' http://openanno.com/api/fb_{your_id}This posts an annotation to your Facebook profile. Note the fb_ prefix in the id.
This is our convention to identify facebook ids.Now: `curl http://openanno.com/fb/{your_id}` will contain the annotations you added.
Authors
-------* [Carlos Cardona](http://twitter.com/cgcardona)
* [Dylan Clendenin](http://twitter.com/deepthawtz)
* [Jonas Huckestein](http://twitter.com/deepthawtz)
* [Zak Kaplan](http://twitter.com/zakkap)
* [Michael Owens](http://twitter.com/michaelowens)