bitmessage-js/README.md

20 lines
742 B
Markdown
Raw Normal View History

2014-12-17 11:08:42 +00:00
# bitmessage [![Build Status](https://travis-ci.org/bitchan/bitmessage.svg?branch=master)](https://travis-ci.org/bitchan/bitmessage)
2014-12-11 17:57:42 +00:00
JavaScript Bitmessage library for both browserify and node.
2014-12-13 18:59:48 +00:00
## Usage
```js
var bitmessage = require("bitmessage");
```
2014-12-11 17:57:42 +00:00
## License
bitmessage - JavaScript Bitmessage library
Written in 2014 by Kagami Hiiragi <kagami@genshiken.org>
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.