# pcp [![Circle CI](https://circleci.com/gh/progre/pcp.png?style=badge)](https://circleci.com/gh/progre/pcp)
A PeerCast protocol client module for Node.js

Requirements
----

* [node.js](http://nodejs.org/) >= v0.12.0


Install
----

  npm install pcp


API
----

see: [pcp.d.ts](https://github.com/progre/DefinitelyTyped/blob/pcp/pcp/pcp.d.ts)


Examples
----

see: [pcp-tests.ts](https://github.com/progre/DefinitelyTyped/blob/pcp/pcp/pcp-tests.ts)


Build & Test
----

1. `git clone https://github.com/progre/pcp.git`
2. `npm install`
3. `npm test`
