shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

API Node wrapper #26

Closed rogeriopvl closed 11 years ago

rogeriopvl commented 12 years ago

Hi!

I've written a wrapper for the openkeyval API:

https://github.com/rogeriopvl/node-openkeyval

It's available through npm (npm install openkeyval).

It's still in the early stages, but fully supports get and posts in http and https.

Cheers.