As part of the documentation, the README should have some usage examples - [ ] How to get a [ClimaCell API key](https://www.climacell.co/weather-api/pricing/) - [ ] How to make a client and send requests - [ ] How to [retrieve data](https://github.com/andyhaskell/climacell-go/blob/aaae445a04067c0746117e47d71ce0309fe535c8/weather.go#L168-L170) from a requested field - [ ] How to use the [ForecastArgs struct](https://github.com/andyhaskell/climacell-go/blob/aaae445a04067c0746117e47d71ce0309fe535c8/weather.go#L268-L301) - [ ] Explaining the [error responses](https://github.com/andyhaskell/climacell-go/blob/aaae445a04067c0746117e47d71ce0309fe535c8/client.go#L157-L175)
As part of the documentation, the README should have some usage examples