hyperdeck-js-lib
Advanced tools
Comparing version 0.0.2-1 to 0.0.2-2
{ | ||
"name": "hyperdeck-js-lib", | ||
"version": "0.0.2-1", | ||
"version": "0.0.2-2", | ||
"description": "A javascript library for communication with the Blackmagic Hyperdeck.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
[![Build Status](https://travis-ci.org/LA1TV/Hyperdeck-JS-Lib.svg?branch=master)](https://travis-ci.org/LA1TV/Hyperdeck-JS-Lib) | ||
[![npm version](https://badge.fury.io/js/hyperdeck-js-lib.svg)](https://badge.fury.io/js/hyperdeck-js-lib) | ||
@@ -7,2 +8,5 @@ Hyperdeck-JS-Lib | ||
# Installing | ||
`npm install --save hyperdeck-js-lib` | ||
# Using The Library | ||
@@ -9,0 +13,0 @@ The `makeRequest()` function returns a promise which will resolve with the response from the hyperdeck if it is a succcesful response. Otherwise it will reject. If the connection was lost the response object will be `null` otherwise it will be the error response from the hyperdeck. |
8719426
40