Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lgaticaq/hubot-what3words
- Owner: lgaticaq
- License: mit
- Created: 2016-06-15T17:34:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T11:33:34.000Z (5 months ago)
- Last Synced: 2024-08-09T12:52:40.441Z (5 months ago)
- Topics: hubot-scripts, huemul-scripts, w3w, what3words
- Language: CoffeeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
` -> `Get w3w from address`
`hubot w3w addr`hubot w3w coords ,` -> `Get w3w from coordinates`
`hubot w3w lang ` -> `Set language`
## License
[MIT](https://tldrlegal.com/license/mit-license)