{"id":20308440,"url":"https://github.com/0xdir/relief_web_dart","last_synced_at":"2026-06-11T07:30:58.737Z","repository":{"id":182001286,"uuid":"667812820","full_name":"0xdir/relief_web_dart","owner":"0xdir","description":"A Future-based wrapper around the Relief Web API, to retrieve information on humanitarian news, reports, training, jobs, and disasters","archived":false,"fork":false,"pushed_at":"2023-07-18T15:34:12.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T02:51:48.913Z","etag":null,"topics":["api","dart","data","humanitarian","jobs"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/relief_web","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xdir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-18T11:04:18.000Z","updated_at":"2024-10-25T08:36:03.000Z","dependencies_parsed_at":"2024-02-17T16:15:09.060Z","dependency_job_id":null,"html_url":"https://github.com/0xdir/relief_web_dart","commit_stats":null,"previous_names":["0xdir/relief_web_dart"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/0xdir/relief_web_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdir%2Frelief_web_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdir%2Frelief_web_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdir%2Frelief_web_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdir%2Frelief_web_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdir","download_url":"https://codeload.github.com/0xdir/relief_web_dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdir%2Frelief_web_dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dart","data","humanitarian","jobs"],"created_at":"2024-11-14T17:22:27.766Z","updated_at":"2026-06-11T07:30:58.719Z","avatar_url":"https://github.com/0xdir.png","language":"Dart","funding_links":["https://github.com/sponsors/0xdir"],"categories":[],"sub_categories":[],"readme":"[![pub package](https://img.shields.io/pub/v/relief_web.svg)](https://pub.dev/packages/relief_web)\n[![package publisher](https://img.shields.io/pub/publisher/relief_web.svg)](https://pub.dev/packages/relief_web/publisher)\n\nA Future-based wrapper around the [Relief Web] API, to retrieve information on humanitarian news,\nreports, training, jobs, and disasters, designed to be multi-platform with minimal dependencies,\nfor use in mobile, desktop, or browser apps.\n\n[Relief Web]: https://reliefweb.int/\n\nThis is a community maintained library which has no association\nwith the United Nations Office for the Coordination of Humanitarian Affairs ([OCHA]).\n\n[OCHA]: https://www.unocha.org/our-work/information-management\n\n## Using\n\nThe easiest way to use this library is via the top-level ```ReliefWeb``` class.\n\n```dart\nimport 'package:relief_web/relief_web.dart';\n\nvoid main() async {\n  /// Initialize the main object\n  ReliefWeb reliefWeb = ReliefWeb();\n\n  /// Get reports\n  var reports = await reliefWeb.getReports();\n  \n  /// Do stuff with the reports\n  print(reports.length);\n\n  /// Close the connection\n  reliefWeb.close();\n}\n```\n\n## Getting Help\n\nSubmit an issue on [github].\n\n[github]: https://github.com/0xdir/relief_web_dart\n\n## This work builds upon:\n\n1. [Relief Web](https://reliefweb.int/about)\n\nDo check out their work too!\n\n## How to contribute\n\nAll feedback and suggestions for improvements are welcome:\n\n1. Open a discussion on [github]\n2. Discuss proposed changes\n3. Submit a PR (optional)\n\n[github]: https://github.com/0xdir/relief_web_dart\n\n## Support my work\n\nThis package is possible thanks to the people and companies\nwho donate money, services or time to keep the project running.\n\nIf you're interested in becoming a Sponsor, Backer or Contributor\nto expand the project, please visit my [github sponsors page].\n\n[github sponsors page]: https://github.com/sponsors/0xdir\n\nOr buy me coffee at `0xdir.near`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdir%2Frelief_web_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdir%2Frelief_web_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdir%2Frelief_web_dart/lists"}