Skip to content

Commit

Permalink
Add shields
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha authored Jan 5, 2017
1 parent 2fd55d8 commit 57d2a2f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
osc-js
======

<p>
<a href="https://travis-ci.org/adzialocha/osc-js">
<img src="https://img.shields.io/travis/adzialocha/osc-js/master.svg?style=flat-square" alt="Build Status">
</a>
<a href="https://www.npmjs.org/package/osc-js">
<img src="https://img.shields.io/npm/v/osc-js.svg?style=flat-square" alt="npm version">
</a>
<a href="http://spdx.org/licenses/MIT">
<img src="https://img.shields.io/npm/l/osc-js.svg?style=flat-square" alt="npm licence">
</a>
</p>

osc-js is an [Open Sound Control](http://opensoundcontrol.org/) library for all your JavaScript applications (UMD module for Node, Browser etc.) with address pattern matching and timetag handling. Sends messages via *UDP*, *WebSocket* or both (bridge mode) and offers a highly customizable Plugin API for your own network solutions.

## Features
Expand Down Expand Up @@ -151,7 +163,7 @@ osc-js uses [Babel](http://babeljs.io) for ES6 support, [ESDoc](https://esdoc.or
Clone the repository and install all dependencies:
```
git clone git://github.com/adzialocha/osc-js.git
git clone git@github.com:adzialocha/osc-js.git
cd osc-js
npm install
```
Expand Down

0 comments on commit 57d2a2f

Please sign in to comment.