{"id":16897268,"url":"https://github.com/kami/node-metar-service","last_synced_at":"2026-05-11T04:53:54.506Z","repository":{"id":11067681,"uuid":"13410499","full_name":"Kami/node-metar-service","owner":"Kami","description":"REST service for translating METAR weather reports.","archived":false,"fork":false,"pushed_at":"2013-12-12T18:47:51.000Z","size":284,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-15T12:49:15.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.metarservice.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kami.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":"2013-10-08T10:36:32.000Z","updated_at":"2019-08-13T15:27:57.000Z","dependencies_parsed_at":"2022-09-03T23:20:48.389Z","dependency_job_id":null,"html_url":"https://github.com/Kami/node-metar-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fnode-metar-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fnode-metar-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fnode-metar-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fnode-metar-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kami","download_url":"https://codeload.github.com/Kami/node-metar-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600725,"owners_count":20479307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-13T17:35:55.547Z","updated_at":"2026-05-11T04:53:54.452Z","avatar_url":"https://github.com/Kami.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metar REST service\n\nSimple REST service for translating METAR weather reports.\n\n# Usage\n\n## Starting a server\n\n```bash\nbin/server [--port=\u003clisten port\u003e] [--hostname=\u003clisten hostname\u003e]\n```\n\n## Sending requests\n\n### Single METAR report\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" http://127.0.0.1:8888/metar -d '{\"value\": \"metar string\"}'\n```\n\nFor example:\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" http://127.0.0.1:8888/metar -d '{\"value\": \"MMMX 252043Z 00000KT 6SM SCT020TCU OVC080 21/11 A3014 NOSIG RMK SLP056 57024 909 8/26/ HZY DSNT CB SW\"}'\n```\n\n### Multiple METAR reports\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" http://127.0.0.1:8888/metar -d '{\"value\": [\"metar string1\", \"metar string 2\"]}'\n```\n\nFor example:\n\n```bash\ncurl -X POST -H \"Content-Type: application/json\" http://127.0.0.1:8888/metar -d '{\"value\": [\"MMMX 252043Z 00000KT 6SM SCT020TCU OVC080 21/11 A3014 NOSIG RMK SLP056 57024 909 8/26/ HZY DSNT CB SW\", \"MMMC 251948Z 26003KT 6SM SCT020TCU BKN080 OVC200 21/11 A3017 NOSIG RMK 8/267 HZY BINOVC\"]}'\n```\n\n# TODO\n\n* Cache responses\n\n# License\n\nLibrary is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkami%2Fnode-metar-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkami%2Fnode-metar-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkami%2Fnode-metar-service/lists"}