https://github.com/n0bisuke/hubot-googlemaps
google map api for hubot
https://github.com/n0bisuke/hubot-googlemaps
Last synced: 2 months ago
JSON representation
google map api for hubot
- Host: GitHub
- URL: https://github.com/n0bisuke/hubot-googlemaps
- Owner: n0bisuke
- Created: 2014-12-21T14:31:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T14:36:38.000Z (over 11 years ago)
- Last Synced: 2024-08-09T05:13:09.027Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-googlemaps
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##About
* You can use Google Maps from Hubot
* GoogleマップをHubotから扱えます。
##Note
* This Script supported japanease.
* 日本語対応
##How to use
```
hubot gmap "location"
```
##ex

## Install
```
$ npm install --save hubot-googlemaps
$ echo '["hubot-googlemaps"]' > external-scripts.json
```