Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhongzhi107/gpio.js

A simple interface to GPIO devices with Raspberry Pi using nodejs and promise.
https://github.com/zhongzhi107/gpio.js

Last synced: 6 days ago
JSON representation

A simple interface to GPIO devices with Raspberry Pi using nodejs and promise.

Awesome Lists containing this project

README

        

# gpio.js

A simple interface to GPIO devices with Raspberry Pi using nodejs and promise.

[![Build status](https://ci.appveyor.com/api/projects/status/xmypn7o4togy04c1?svg=true)](https://ci.appveyor.com/project/zhongzhi107/gpio.js)
[![Dependency Status](https://david-dm.org/zhongzhi107/gpio.js.svg)](https://david-dm.org/zhongzhi107/gpio.js)
[![devDependency Status](https://david-dm.org/zhongzhi107/gpio.js/dev-status.svg)](https://david-dm.org/zhongzhi107/gpio.js#info=devDependencies)
[![Known Vulnerabilities](https://snyk.io/test/github/zhongzhi107/gpio.js/badge.svg)](https://snyk.io/test/github/zhongzhi107/gpio.js)

## Table of contents

* [Install](#install)
* [Usage](#usage)
* [API](#api)
* [Contributing](#contributing)

## Install

```
npm install gpio.js --save
```

or you use yarn
```
yarn add gpio.js --save
```

##### Note: you must be running as root or have the proper priviledges to access the gpio headers

## Usage

## API

## Contributing