{"id":17157275,"url":"https://github.com/corroded/naamah","last_synced_at":"2026-02-13T02:02:16.166Z","repository":{"id":23604027,"uuid":"26972943","full_name":"corroded/naamah","owner":"corroded","description":"A Ruby wrapper for Project Noah's API","archived":false,"fork":false,"pushed_at":"2017-02-08T18:36:13.000Z","size":2707,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-11T00:44:53.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/corroded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-21T18:40:51.000Z","updated_at":"2017-01-31T14:59:45.000Z","dependencies_parsed_at":"2022-08-22T02:10:27.059Z","dependency_job_id":null,"html_url":"https://github.com/corroded/naamah","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/corroded/naamah","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corroded%2Fnaamah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corroded%2Fnaamah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corroded%2Fnaamah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corroded%2Fnaamah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corroded","download_url":"https://codeload.github.com/corroded/naamah/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corroded%2Fnaamah/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29392813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"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":[],"created_at":"2024-10-14T22:08:44.558Z","updated_at":"2026-02-13T02:02:16.149Z","avatar_url":"https://github.com/corroded.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Naamah\n====\n\nA Ruby wrapper for Project Noah's API\n\n## Installation\n\n    $ gem install naamah\n\nor if you're using Bundler, add this to your Gemfile\n\n    gem 'naamah'\n\n## Usage\n\nAll commands are based on the API endpoint names. You can check out the API [here](http://beta.noah.dost.gov.ph/apidocs/index.html).\n\nThese are the current (v1.0) commands that are available:\n\n* doppler\n* mtsat\n* latest_contour\n* cumulative_rainfall\n* stations\n* four_day_forecast\n* four_hour_forecast\n* flood_maps\n* landslide_maps\n* storm_surge_maps\n* muncities\n* provinces\n* regions\n\nSo for example, you want to get a list of regions, simply do:\n\n    Naamah::Api.regions\n\nThis will give you an HTTParty response object that can then easily be converted to a JSON object:\n\n    json_response = JSON.parse(Naamah::Api.doppler)\n    # [{\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestBAG.png\", \"verbose_name\"=\u003e\"Baguio Station\", \"extent\"=\u003e[118.6529, 14.5471, 122.2565, 18.1507], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestSUB.png\", \"verbose_name\"=\u003e\"Subic Station\", \"extent\"=\u003e[118.4619, 13.0203, 122.0655, 16.6239], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestTAG.png\", \"verbose_name\"=\u003e\"Tagaytay Station\", \"extent\"=\u003e[119.1204, 12.3403, 122.724, 15.944], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestCEB.png\", \"verbose_name\"=\u003e\"Cebu Station\", \"extent\"=\u003e[122.0784, 8.5208, 125.682, 12.1244], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestHIN.png\", \"verbose_name\"=\u003e\"Hinatuan Station\", \"extent\"=\u003e[124.4367, 6.5655, 128.0403, 10.1691], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestTAM.png\", \"verbose_name\"=\u003e\"Tampakan Station\", \"extent\"=\u003e[123.1206, 4.6189, 126.7406, 8.2161], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestAPA.png\", \"verbose_name\"=\u003e\"Aparri Station\", \"extent\"=\u003e[119.645, 16.551389, 123.435, 20.148611], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestVIR.png\", \"verbose_name\"=\u003e\"Virac Station\", \"extent\"=\u003e[122.37944, 11.821389, 126.080556, 15.418611], \"size\"=\u003e[622, 622]}, {\"url\"=\u003e\"http://climatex.dost.gov.ph/img/latestBAL.png\", \"verbose_name\"=\u003e\"Baler Station\", \"extent\"=\u003e[119.695, 13.925, 123.405, 17.562], \"size\"=\u003e[622, 622]}]\n\n## TODO:\n\n- Create a CLI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorroded%2Fnaamah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorroded%2Fnaamah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorroded%2Fnaamah/lists"}