openweather 1.0.0 copy "openweather: ^1.0.0" to clipboard
openweather: ^1.0.0 copied to clipboard

outdated

An Openweather API Client for dart.

OpenWeather API Client. #

An API Client to communicate with OpenWeather API

Usage #

A simple usage example:

import 'package:openweather/openweather.dart';

main() async {
  var client = OpenWeatherClient("SOMEAPIKEY");
  CurrentWeather weatherData =
      await client.getCurrentWeatherByCityName("Dhaka");
  print(weatherData.name); // Dhaka
}

Features and bugs #

Please file feature requests and bugs at the repository.

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An Openweather API Client for dart.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on openweather