Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarat-ravi/node-openbr
OpenBR bindings for Node.js
https://github.com/sarat-ravi/node-openbr
Last synced: 3 months ago
JSON representation
OpenBR bindings for Node.js
- Host: GitHub
- URL: https://github.com/sarat-ravi/node-openbr
- Owner: sarat-ravi
- Created: 2014-08-10T00:28:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T05:46:39.000Z (over 10 years ago)
- Last Synced: 2024-10-01T05:07:56.422Z (3 months ago)
- Language: C++
- Size: 152 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#node-openbr
OpenBR bindings for Node.js##Getting Started
###Install
To install, run```
npm install openbr
```###Develop
To compile, run
```
npm build .
```