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

A wrapper for the Locationforecast weather api provided by the Norwegian Meteorological Institute.

example/metno_example.dart

import 'package:metno/metno.dart';

void main() async {
  /// London
  var weather = await Weather.fetch(
      latitude: 51.5, longitude: -0.1, altitude: 11, userAgent: "demo");

  print(weather.properties.meta.updatedAt);
  // > 2024-11-20 11:16:50.000Z

  print("-" * 50);
}
2
likes
160
points
38
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A wrapper for the Locationforecast weather api provided by the Norwegian Meteorological Institute.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on metno