@opalkelly/frontpanel-platform-api
Version:
TypeScript definitions for Opal Kelly FrontPanel Platform API
23 lines (15 loc) • 807 B
Markdown
FrontPanel Platform API Library
==============================
This Library provides TypeScript definitions for the FrontPanel Platform JavaScript API as well as some utilities for the development of FrontPanel applications.
Getting Started
-------
Tutorials, How-To guides, Technical References, and Discussion documentation pieces are available at: [FrontPanel Platform documentation](https://docs.opalkelly.com/fpsdk/frontpanel-platform-introduction/)
Installation
-------
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).
Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
```bash
$ npm install @opalkelly/frontpanel-platform-api
```