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

discontinued
outdated

Application programming interface of the Cuba Weather project for insmet.cu implemented in Dart. Given a municipality in Cuba, weather data on the municipality is obtained.

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

Publisher

unverified uploader

Application programming interface of the Cuba Weather project for insmet.cu implemented in Dart. Given a municipality in Cuba, weather data on the municipality is obtained.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cuba_weather_municipality_dart, http, xml

More

Packages that depend on cuba_weather_insmet_dart