README.md in ale_air-0.0.8 vs README.md in ale_air-0.1.0
- old
+ new
@@ -31,16 +31,16 @@
air_results.air_quality('Helsinki')
Then you can just use the results
- air_results.status -- will return "ok" or "error"
- air_results.message -- what kind of error occured
- air_results.location -- the measurement station location
- air_results.quality -- Air Quality Index scale as defined by the US-EPA 2016
- air_results.time_measured -- time of measurement
- air_results.danger_level -- level
- air_results.irc_string -- Ready string with all the info for IRC for example
+ air_results.status -- will return "ok" or "error"
+ air_results.message -- what kind of error occured
+ air_results.location -- the measurement station location
+ air_results.quality -- Air Quality Index scale as defined by the US-EPA 2016
+ air_results.time_measured -- time of measurement
+ air_results.danger_level -- level
+ air_results.descriptive_text -- Ready string with all the info for IRC for example
## Development
Install on locally and start developing.
## License