https://github.com/jonathanblade/omronjs
Node.js wrapper for omronlib.
https://github.com/jonathanblade/omronjs
ffi-napi typescript
Last synced: 7 days ago
JSON representation
Node.js wrapper for omronlib.
- Host: GitHub
- URL: https://github.com/jonathanblade/omronjs
- Owner: jonathanblade
- License: mit
- Created: 2021-11-19T13:21:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T16:30:18.000Z (almost 4 years ago)
- Last Synced: 2026-05-19T07:10:49.791Z (15 days ago)
- Topics: ffi-napi, typescript
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OmronJS
Node.js wrapper for [libomron](https://github.com/openyou/libomron).
## Supported systems
The shared library (`libomron/libomron.so.0.9.0`) currently is compiled only for Arch Linux x64.
## Installation
```bash
npm install @jonathanblade/omronjs
```
## Docs
The docs can be found [there](https://jonathanblade.github.io/omronjs).