0.0
No commit activity in last 3 years
No release in over 3 years
Swissforecast helps you query the swiss weather forecast API on http://www.meteoswiss.admin.ch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.8
~> 11.2
~> 2.1
 Project Readme

#swissforecast

Gem Version Build Status

Ruby client for the Swiss weather forecast API

##Installation

gem install swissforecast

##Usage

To talk to the API, get a client:

require 'swissforecast'
client = Swissforecast::Client.new

See below how to use this client.

###Find by city

client.find_by city: 'Lausanne'

###Find by position

client.find_by lat: '46.58', lng: '6.60'

Development

Running the tests

rake test

License

MIT License (MIT)

Thanks to Prevision meteo for opening their data