Sha256: 3d8d9fa9b4e45960912a13c7ee23fa2dc75fda9844019b5e6ddb10140da91358

Contents?: true

Size: 1.8 KB

Versions: 19

Compression:

Stored size: 1.8 KB

Contents

= weather_fetcher

Fetch weather from various Polish websites and via other gems.

== How to use

It is very early gem. More feature coming soon. At this moment you can use 3 providers: Onet.pl,
Wp.pl and Interia.pl.

There is simple 'how to use' code below. _defs_ is Hash object with proper data. Refactoring is on
the way, so read this file later.

Please check spec/fetcher_spec.rb for code sample, and spec/fixtures/main.yml for parameters.

= Definitions

  - :name: 'PoznaƄ'
    :country: 'Poland'
    :metar: 'EPPO'
    :coords:
      :lat: 52.411048,
      :lon: 16.928329
    :classes:
      OnetPl:
        :url: 'http://pogoda.onet.pl/0,198,38,poznan,miasto.html'
      WpPl:
        :url: 'http://pogoda.wp.pl/miasto,poznan,mid,1201201,mi.html'
      InteriaPl:
        :url: 'http://pogoda.interia.pl/miasta?id=11875'
      WorldWeatherOnline:
        :key: 'api key'

= Fetching

  result = WeatherFetcher::Fetcher.fetch(@defs)

= Providers

* Onet.pl
* Wp.pl
* Interia.pl
* WorldWeatherOnline (free api key required)
* and 4 metar providers
 
== Contributing to weather_fetcher
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Aleksander Kwiatkowski. See LICENSE.txt for
further details.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
weather_fetcher-0.1.3 README.rdoc
weather_fetcher-0.1.2 README.rdoc
weather_fetcher-0.1.1 README.rdoc
weather_fetcher-0.1.0 README.rdoc
weather_fetcher-0.0.16 README.rdoc
weather_fetcher-0.0.15 README.rdoc
weather_fetcher-0.0.14 README.rdoc
weather_fetcher-0.0.13 README.rdoc
weather_fetcher-0.0.12 README.rdoc
weather_fetcher-0.0.11 README.rdoc
weather_fetcher-0.0.10 README.rdoc
weather_fetcher-0.0.9 README.rdoc
weather_fetcher-0.0.8 README.rdoc
weather_fetcher-0.0.7 README.rdoc
weather_fetcher-0.0.6 README.rdoc
weather_fetcher-0.0.5 README.rdoc
weather_fetcher-0.0.4 README.rdoc
weather_fetcher-0.0.3 README.rdoc
weather_fetcher-0.0.2 README.rdoc