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

discontinued
outdated

Dart client for www.redcuba.cu weather API. Given a municipality in Cuba, weather data on the municipality is obtained.

example/example.dart

import 'dart:io';

import 'package:cuba_weather_redcuba_dart/cuba_weather_redcuba_dart.dart';

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

Publisher

unverified uploader

Dart client for www.redcuba.cu weather API. 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

More

Packages that depend on cuba_weather_redcuba_dart