LINX library for the browser
These instructions will get you a copy of the project up and running on your local machine.
- A valid LINX device
- Node.js
- NPM
- bundle
- Contains a bundled js file.
- dist
- Contains the built files ready for release.
- docs
- Contains built documentation from source.
- examples
- Contains simple examples demonstrating how to use linx-nodejs.
- spec
- Contains test files.
- src
- Contains the source files.
Clone this repository
git clone https://git.digilentinc.com/dsukumar/linx-js
Move to project directory
cd linx-js
Install dependencies
npm install
Run the example by opening index.html in the examples folder.
This project is licensed under the MIT License - see the LICENSE file for details