relief_web 1.0.1 copy "relief_web: ^1.0.1" to clipboard
relief_web: ^1.0.1 copied to clipboard

A Future-based wrapper around the Relief Web API, to retrieve information on humanitarian news, reports, training, jobs, and disasters

example/example.dart

import 'package:relief_web/relief_web.dart';

void main() async {
  /// Initialize the main object
  ReliefWeb reliefWeb = ReliefWeb();

  /// Get reports
  await reliefWeb.getReports().then((reports) => print(reports));

  /// Close the connection
  reliefWeb.close();
}
4
likes
160
pub points
0%
popularity

Publisher

verified publisher0xdir.com

A Future-based wrapper around the Relief Web API, to retrieve information on humanitarian news, reports, training, jobs, and disasters

Repository (GitHub)
View/report issues

Topics

#data #api #jobs #relief #humanitarian

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

connection

More

Packages that depend on relief_web