Sha256: 2ffff6a1fcb15836f3564f60e91b9bb27e9bee9820d4fbdd5e5a2bd980585707

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

#swissforecast

Ruby client for the Swiss weather forecast API

##Installation

```bash
gem install swissforecast
```

##Usage

To talk to the API, get a client:

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

See below how to use this client.

###Find by city

```ruby
client.find_by_city 'Lausanne'
```

###Find by position

```ruby
client.find_by_position '46.58', '6.60'
```

## Development

Running the tests

```bash
rake test
```

## License

MIT License (MIT)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
swissforecast-0.1.0 README.md