Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 272 Bytes

Weather Underground

A simple Ruby wrapper for the Weather Underground API

Usage

w = WeatherUnderground::Base.new(API_KEY)

Forecast

w.forecast('63108')

GeoLookup:

w.geolookup('63108')

IP Geolocation

w.autoip('127.0.0.1')