lgaticaq/hubot-what3words

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# hubot-what3words

[![npm version](https://img.shields.io/npm/v/hubot-what3words.svg?style=flat-square)](https://www.npmjs.com/package/hubot-what3words)
[![npm downloads](https://img.shields.io/npm/dm/hubot-what3words.svg?style=flat-square)](https://www.npmjs.com/package/hubot-what3words)
[![Build Status](https://img.shields.io/travis/lgaticaq/hubot-what3words.svg?style=flat-square)](https://travis-ci.org/lgaticaq/hubot-what3words)
[![Coverage Status](https://img.shields.io/coveralls/lgaticaq/hubot-what3words/master.svg?style=flat-square)](https://coveralls.io/github/lgaticaq/hubot-what3words?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/lgaticaq/hubot-what3words.svg?style=flat-square)](https://codeclimate.com/github/lgaticaq/hubot-what3words)
[![dependency Status](https://img.shields.io/david/lgaticaq/hubot-what3words.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-what3words#info=dependencies)
[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/hubot-what3words.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-what3words#info=devDependencies)

> A hubot script to get what3words from a address or coordinates

## Installation
```bash
npm i -S hubot-what3words
```

add `["hubot-what3words"]` to `external-scripts.json`.

## Example
`hubot w3w addr <address>` -> `Get w3w from address`

`hubot w3w coords <lat>,<lng>` -> `Get w3w from coordinates`

`hubot w3w lang <lang>` ->  `Set language`


## License

[MIT](https://tldrlegal.com/license/mit-license)