# Simperium Client library for Node.js

[![Build Status](https://travis-ci.org/Simperium/node-simperium.png)](https://travis-ci.org/Simperium/node-simperium)


Goal: To have a feature complete Simperium client using the websocket API and adaptable local storage layers.

## Features

Currently with this library you can:

- authorize/create users
- fetch bucket indexes
- send receive changes

See [the example](sample/simplenote.js) to get an idea of how the API looks.

## Unit Tests

Uses [Mocha][] for testing.

[Mocha]: http://mochajs.org/
