Skip to content

A lightweight fetch wrapper on the CouchDB api

License

Notifications You must be signed in to change notification settings

bmartel/sauxfas

Repository files navigation

npm version Tests

Sauxfas (so·fa | sō-fə)

A lightweight fetch wrapper on the CouchDB api

Sauxfas features:

minimalistic - exposes the api of couchdb in a fairly direct way
no dependencies - uses window.fetch and no other tools to access the couchdb api
fluent - uniformly offers couchdb's rest-like pattern in an easy to access and familiar manner

Installation

npm install sauxfas

Todo - Examples/Setup of API usage