Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lgaticaq/hubot-what3words

A hubot script to get what3words from a address or coordinates
https://github.com/lgaticaq/hubot-what3words

hubot-scripts huemul-scripts w3w what3words

Last synced: about 1 month ago
JSON representation

A hubot script to get what3words from a address or coordinates

Awesome Lists containing this project

README

        

# 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

` -> `Get w3w from address`

`hubot w3w coords ,` -> `Get w3w from coordinates`

`hubot w3w lang ` -> `Set language`

## License

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