Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyledecot/eufycam
Eufycam for Ruby / Docker
https://github.com/kyledecot/eufycam
anker cli eufy eufycam ruby rubygem security-camera
Last synced: 4 days ago
JSON representation
Eufycam for Ruby / Docker
- Host: GitHub
- URL: https://github.com/kyledecot/eufycam
- Owner: kyledecot
- License: mit
- Created: 2020-04-15T01:17:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:25:07.000Z (6 months ago)
- Last Synced: 2025-01-01T06:42:09.286Z (26 days ago)
- Topics: anker, cli, eufy, eufycam, ruby, rubygem, security-camera
- Language: Ruby
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eufycam
[![Default](https://github.com/kyledecot/eufycam/workflows/Default/badge.svg)](https://github.com/kyledecot/eufycam/actions?query=workflow%3ADefault)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'eufycam'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install eufycam
## Usage
### CLI
```bash
eufycam help
```### Ruby
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kyledecot/eufycam.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).