cuba_weather_dart 3.1.1 copy "cuba_weather_dart: ^3.1.1" to clipboard
cuba_weather_dart: ^3.1.1 copied to clipboard

Application programming interface of the Cuba Weather project implemented in Dart

example/example.dart

import 'dart:io';

import 'package:cuba_weather_dart/cuba_weather_dart.dart';

void main() {
  print('Insert municipality:');
  var input = stdin.readLineSync();
  var cubaWeather = CubaWeather();
  cubaWeather.get(input).then((weather) {
    print(weather);
  });
}
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Application programming interface of the Cuba Weather project implemented in Dart

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

html, http, json_annotation, xml

More

Packages that depend on cuba_weather_dart