Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnordberg/yichan
Xiaomi Yi Camera control library
https://github.com/jnordberg/yichan
Last synced: 22 days ago
JSON representation
Xiaomi Yi Camera control library
- Host: GitHub
- URL: https://github.com/jnordberg/yichan
- Owner: jnordberg
- Created: 2016-05-28T21:18:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T10:13:38.000Z (over 8 years ago)
- Last Synced: 2024-10-19T04:04:29.731Z (25 days ago)
- Language: CoffeeScript
- Size: 32.2 KB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YiChan
======Node.js library for controlling a Xiaomi Yi camera.
Usage
-----```javascript
var YiChan = require('yichan')
var camera = new YiChan()
camera.triggerShutter(function(error) {
// ..
})```
See examples directory for more
Documentation
-------------Use the source luke
License
-------MIT