0.0.2 • Published 7 years ago

@digilent/linx-nodejs v0.0.2

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

Linx Node.js

LINX library for Node.js

Getting Started

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

Prerequisites

A valid LINX device Node.js NPM

Subdirectories

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

Move to project directory

cd linx-nodejs

Install dependencies

npm install

Run an example

cd examples/local
node local-example.js

License

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