An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# cologne-drone [![NPM version](https://img.shields.io/npm/v/cologne-drone.svg?style=flat)](https://www.npmjs.com/package/cologne-drone) [![NPM monthly downloads](https://img.shields.io/npm/dm/cologne-drone.svg?style=flat)](https://npmjs.org/package/cologne-drone) [![NPM total downloads](https://img.shields.io/npm/dt/cologne-drone.svg?style=flat)](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._