All Projects → hubot-scripts → Hubot Darksky

hubot-scripts / Hubot Darksky

Licence: mit
A script to grab the forecast information from Dark Sky for Hubot

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Hubot Darksky

Stratux
Aviation weather and traffic receiver based on RTL-SDR.
Stars: ✭ 775 (+2770.37%)
Mutual labels:  weather
Hubot Gitter
A simple Hubot adapter for gitter.im
Stars: ✭ 23 (-14.81%)
Mutual labels:  hubot
Hubot Env
Hubot manages environment variables in process.env and redis via commands
Stars: ✭ 10 (-62.96%)
Mutual labels:  hubot
Hubot Loudbot
A LOUDBOT SCRIPT FOR HUBOT
Stars: ✭ 6 (-77.78%)
Mutual labels:  hubot
Esmpy Tutorial
Basic tutorial for ESMPy Python package
Stars: ✭ 22 (-18.52%)
Mutual labels:  weather
Emspy
A collection of Python scripts to aide in mesoscale modelling using UEMS.
Stars: ✭ 7 (-74.07%)
Mutual labels:  weather
Weewx
WeeWX code repository
Stars: ✭ 696 (+2477.78%)
Mutual labels:  weather
Hubot Slack Docker
Docker container running Github Hubot.
Stars: ✭ 21 (-22.22%)
Mutual labels:  hubot
Tianqi
A weather tool in your command line.
Stars: ✭ 23 (-14.81%)
Mutual labels:  weather
Hubot Wit
💬 A script to use Wit.ai with Hubot.
Stars: ✭ 10 (-62.96%)
Mutual labels:  hubot
Hubot Standup
Hubot script to ping the team everyday for the standup meeting
Stars: ✭ 6 (-77.78%)
Mutual labels:  hubot
Gqanimation
几种常见的动画,如晴天,雨天,多云,雷阵雨,二维码扫描,脉冲等
Stars: ✭ 19 (-29.63%)
Mutual labels:  weather
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-70.37%)
Mutual labels:  weather
Beautifulweather
A simple weather forecast app developed with AngularJS.
Stars: ✭ 5 (-81.48%)
Mutual labels:  weather
Iobroker.vis Timeandweather
ioBroker Widgets set with time and weather
Stars: ✭ 12 (-55.56%)
Mutual labels:  weather
Metpy
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
Stars: ✭ 717 (+2555.56%)
Mutual labels:  weather
Iot cloudcloud
Stars: ✭ 26 (-3.7%)
Mutual labels:  weather
Aeris Ios Library
Contains a demo project utilizing the AerisWeather SDK for iOS to help you get started with using our library.
Stars: ✭ 21 (-22.22%)
Mutual labels:  weather
Weather
Weather via the command line.
Stars: ✭ 881 (+3162.96%)
Mutual labels:  weather
Wego
weather app for the terminal
Stars: ✭ 6,918 (+25522.22%)
Mutual labels:  weather

Hubot Dark Sky

A script to grab the forecast information from Dark Sky for Hubot

Build Status

Installation

Run npm install --save hubot-darksky

Add hubot-darksky to your external-scripts.json:

["hubot-darksky"]

Configuration

  • HUBOT_DARK_SKY_API_KEY an api key from darksky.net
  • HUBOT_DARK_SKY_DEFAULT_LOCATION if unset, weather commands without a location will be ignored
  • HUBOT_DARK_SKY_SEPARATOR a configurable line separator for responses. defaults to "\n"

Sample Interaction

user> hubot: weather portland
Hubot> Weather for Portland, OR, USA (Powered by DarkSky https://darksky.net/poweredby/)
Currently: Mostly Cloudy 19.9°C/68°F
Today: Partly cloudy until this evening.
Coming week: Drizzle on Sunday, with temperatures bottoming out at 21°C/70°F on Tuesday.

Sources

darksky.coffee from hubot-scripts by kyleslattery

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].