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

An Openweather API Client for dart. Current Weather function is working. Further functionalities will be added in future versions.

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");
  CityWeather weatherData =
      await client.getCityWeatherByCityName("Dhaka");
  print(weatherData.name); // Dhaka
}

Features and bugs #

Please file feature requests and bugs at the repository.

2
likes
40
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

An Openweather API Client for dart. Current Weather function is working. Further functionalities will be added in future versions.

Homepage

License

MPL-2.0 (license)

Dependencies

http

More

Packages that depend on openweather