Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

undergroundweather

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undergroundweather

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Underground Weather

http://www.wunderground.com/weather/api/d/documentation.html

Usage

Implemented Endpoints

  • conditions - Returns the current temperature, weather condition, humidity, wind, 'feels like' temperature, barometric pressure, and visibility.
  • forecast - Returns a summary of the weather for the next 3 days. This includes high and low temperatures, a string text forecast and the conditions.
  • astronomy - Returns The moon phase, sunrise and sunset times.
  • radar - Returns a URL link to the .gif radar image.
  • satellite - Returns a URL link to .gif visual and infrared satellite images.
  • webcams - Returns locations of nearby Personal Weather Stations and URL's for images from their web cams.
gem install undergroundweather
require 'undergroundweather'

api_key = 'xxxxxxxx' # Your WU API Key
uw = UndergroundWeather.new(api_key)

zip_code = 19106
uw.[endpoint](zip_code) # conditions, forecast, astronomy, etc...

Development

ToDo

https://github.com/brookemckim/undergroundweather/issues?labels=Story&sort=created&direction=desc&state=open&page=1

Tests

Using minitest/spec

FAQs

Package last updated on 18 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc