···11+*(Note: This is still a work in progress.
22+This project is not associated with the
33+[Bitwarden](https://bitwarden.com/)
44+project nor 8bit Solutions LLC.)*
55+66+## bitwarden-ruby
77+88+A small, self-contained API server written in Ruby to provide a
99+private backend for the open-source
1010+[Bitwarden apps](https://github.com/bitwarden).
1111+1212+Data is stored in a local SQLite database.
1313+1414+### API Documentation
1515+1616+This project also contains independent
1717+[documentation for Bitwarden's API](https://github.com/jcs/bitwarden-ruby/blob/master/API.md)
1818+written as I work on this server, since there doesn't seem to be any
1919+documentation available other than the
2020+[.NET Bitwarden code](https://github.com/bitwarden/core)
2121+itself.
2222+2323+### License
2424+2525+Copyright (c) 2017 joshua stein `<jcs@jcs.org>`
2626+2727+Permission to use, copy, modify, and distribute this software for any
2828+purpose with or without fee is hereby granted, provided that the above
2929+copyright notice and this permission notice appear in all copies.
3030+3131+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3232+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3333+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3434+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3535+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3636+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3737+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.