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

discontinued

Application programming interface of the Cuba Weather project for [www.redcuba.cu](https://www.redcuba.cu) implemented in Dart.

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

Publisher

unverified uploader

Application programming interface of the Cuba Weather project for [www.redcuba.cu](https://www.redcuba.cu) implemented in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cuba_weather_municipality_dart, http

More

Packages that depend on cuba_weather_redcuba_dart