https://github.com/doowb/cologne-drone
Control your drone through an API to spray cologne on-demand!
https://github.com/doowb/cologne-drone
Last synced: about 1 year ago
JSON representation
Control your drone through an API to spray cologne on-demand!
- Host: GitHub
- URL: https://github.com/doowb/cologne-drone
- Owner: doowb
- License: mit
- Created: 2018-11-09T16:30:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T19:51:28.000Z (over 6 years ago)
- Last Synced: 2025-06-09T01:13:44.884Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# cologne-drone [](https://www.npmjs.com/package/cologne-drone) [](https://npmjs.org/package/cologne-drone) [](https://npmjs.org/package/cologne-drone)
> Control your drone through an API to spray cologne on-demand!
Please consider following this project's author, [Brian Woodward](https://github.com/doowb), and consider starring the project to show your :heart: and support.
## Install
Install with [npm](https://www.npmjs.com/):
```sh
$ npm install --save cologne-drone
```
## Usage
```js
let sprtizer = require('cologne-drone');
sprtizer.activate(10)
.then(() => process.exit())
.catch(err => {
console.error(err);
process.exit(1);
});
```
## About
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.
Running Tests
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
```sh
$ npm install && npm test
```
Building docs
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
To generate the readme, run the following command:
```sh
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```
### Author
**Brian Woodward**
* [GitHub Profile](https://github.com/doowb)
* [Twitter Profile](https://twitter.com/doowb)
* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
### License
Copyright © 2018, [Brian Woodward](https://doowb.com).
Released under the [MIT License](LICENSE).
***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on November 09, 2018._