artik-io-devices

This is part of the project [artik-io project](https://github.com/bkoper/artik-io). It contains devices that uses Artik GPIO interface.

Usage no npm install needed!

<script type="module">
  import artikIoDevices from 'https://cdn.skypack.dev/artik-io-devices';
</script>

README

travis build codecov coverage MIT License

Description as well as whole project is still under construction. It is not final version

artik-io-devices

This is part of the project artik-io project. It contains devices that uses Artik GPIO interface.

Structure

  • devices - list of sample (or typical) devices that you can connect to artik
    • device.js - main prototype for rest of devices
  • examples - list of samples

Installation

Build for developer purposes

npm i
npm build

Production build

npm i
npm build

it will output library files to dist directory, which meant to be included in npm package.

Usage and samples

To get full overview please refer to src/examples where you can find list of use cases for devices. You can also check devices directory, where you can get an idea how devices are created. All of them are pretty simple, but you can get an idea how to use this library.