hashashin / hubot-country

Returns country data, using countryjs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-country Build Status npm

Returns country data, using countryjs.

See src/country.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-country --save

Then add hubot-country to your external-scripts.json:

["hubot-country"]

Sample Interaction

user1>> hubot country name US
hubot>> United States

About

Returns country data, using countryjs.


Languages

Language:CoffeeScript 80.3%Language:JavaScript 19.7%