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

outdated

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
0
pub points
8%
popularity

Publisher

unverified uploader

Application programming interface of the Cuba Weather project implemented in Dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cuba_weather_insmet_dart, cuba_weather_redcuba_dart

More

Packages that depend on cuba_weather_dart