0.1.2 • Published 6 years ago

@digilent/linx-js v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Linx-js

LINX library for the browser

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  1. A valid LINX device
  2. Node.js
  3. NPM

Subdirectories

  • 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.

Installing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details