UNPKG

871 BMarkdownView Raw
1# binet
2
3[![Build Status][ci-status-img]][ci-status-url]
4[![Coverage Status][coverage-status-img]][coverage-status-url]
5
6IP address tools for javascript.
7
8## Usage
9
10``` js
11const binet = require('binet');
12```
13
14## Contribution and License Agreement
15
16If you contribute code to this project, you are implicitly allowing your code
17to be distributed under the MIT license. You are also implicitly verifying that
18all code is your original work. `</legalese>`
19
20## License
21
22- Copyright (c) 2017, Christopher Jeffrey (MIT License).
23
24See LICENSE for more info.
25
26[ci-status-img]: https://github.com/bcoin-org/binet/workflows/Build/badge.svg
27[ci-status-url]: https://github.com/bcoin-org/binet/tree/master
28[coverage-status-img]: https://coveralls.io/repos/github/bcoin-org/binet/badge.svg?branch=master
29[coverage-status-url]: https://coveralls.io/github/bcoin-org/binet?branch=master