A library for getting current conditions data from the University of Waterloo weather station.
A simple usage example:
import 'package:weatherLib/weatherLib.dart';
main() {
var weatherData = getWeatherMap();
}
Please file feature requests and bugs in issues.