https://github.com/nohomey/oo-wiring-pi
Object Oriented WiringPi for typescript/javascript
https://github.com/nohomey/oo-wiring-pi
branching gpio test-driven-development typescript typescript-library wiringpi
Last synced: about 2 months ago
JSON representation
Object Oriented WiringPi for typescript/javascript
- Host: GitHub
- URL: https://github.com/nohomey/oo-wiring-pi
- Owner: NoHomey
- License: mit
- Created: 2016-09-21T11:20:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T16:00:55.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:38:03.525Z (2 months ago)
- Topics: branching, gpio, test-driven-development, typescript, typescript-library, wiringpi
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oo-wiring-pi
Object Oriented WiringPi for typescript/javascript[](https://badge.fury.io/js/oo-wiring-pi)
[](https://github.com/NoHomey/oo-wiring-pi)
[](https://semaphoreci.com/nohomey/oo-wiring-pi)
[](https://codeclimate.com/github/NoHomey/oo-wiring-pi)
[](https://codeclimate.com/github/NoHomey/oo-wiring-pi/coverage)
[](https://codeclimate.com/github/NoHomey/oo-wiring-pi)

# Install
Install with npm:
```bash
$ npm install oo-wiring-pi
```# Testing
1. `npm install`
2. `npm test`
# Contributing
1. `npm install`
2. Make changes
3. If necessary add some tests to `__tests__`
4. `npm test`
5. Make a Pull Request