cuba_weather_insmet_dart 0.2.2 copy "cuba_weather_insmet_dart: ^0.2.2" to clipboard
cuba_weather_insmet_dart: ^0.2.2 copied to clipboard

discontinued

Application programming interface of the Cuba Weather project for insmet.cu implemented in Dart.

example/example.dart

import 'dart:io';

import 'package:cuba_weather_insmet_dart/cuba_weather_insmet_dart.dart';

void main() {
  print('Insert municipality:');
  var input = stdin.readLineSync();
  var cubaWeatherInsMet = CubaWeatherInsMet();
  cubaWeatherInsMet.get(input).then((weather) {
    print(weather);
  });
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Application programming interface of the Cuba Weather project for insmet.cu implemented in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cuba_weather_municipality_dart, html, http, xml

More

Packages that depend on cuba_weather_insmet_dart