{"id":19438882,"url":"https://github.com/danwild/wind-js-server","last_synced_at":"2025-05-08T19:37:00.643Z","repository":{"id":14679355,"uuid":"55657068","full_name":"danwild/wind-js-server","owner":"danwild","description":"Service to expose Grib2 wind forecast data as JSON","archived":false,"fork":false,"pushed_at":"2023-06-13T16:49:53.000Z","size":15132,"stargazers_count":152,"open_issues_count":15,"forks_count":76,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T17:54:45.307Z","etag":null,"topics":["data-visualisation","data-visualization","grib","grib2json","weather","wind"],"latest_commit_sha":null,"homepage":"http://danwild.github.io/wind-js-leaflet/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danwild.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,"governance":null}},"created_at":"2016-04-07T02:29:28.000Z","updated_at":"2025-03-18T14:16:28.000Z","dependencies_parsed_at":"2023-09-21T20:14:14.089Z","dependency_job_id":null,"html_url":"https://github.com/danwild/wind-js-server","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"2b57af513748b91cf3f70c53d79c0bf4b356ef07"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fwind-js-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fwind-js-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fwind-js-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fwind-js-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danwild","download_url":"https://codeload.github.com/danwild/wind-js-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135707,"owners_count":21859684,"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":["data-visualisation","data-visualization","grib","grib2json","weather","wind"],"created_at":"2024-11-10T15:20:05.782Z","updated_at":"2025-05-08T19:37:00.618Z","avatar_url":"https://github.com/danwild.png","language":"JavaScript","readme":"# wind-js-server [![NPM version][npm-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url]\n\nSimple demo rest service to expose [GRIB2](http://en.wikipedia.org/wiki/GRIB) wind forecast data \n(1 degree, 6 hourly from [NOAA](http://nomads.ncep.noaa.gov/)) as JSON. \u003cbr/\u003e\n\nConsumed in [leaflet-velocity](https://github.com/danwild/leaflet-velocity).\nContains a pre-packaged copy of [grib2json](https://github.com/cambecc/grib2json) for conversion.\n\nData Vis demo here: http://danwild.github.io/leaflet-velocity\n\nNote that this is intended as a crude demonstration, not intended for production use.\nTo get to production; you should improve upon this or build your own.\n\n## install, run:\n\n(assumes you have node and npm installed)\n\n```bash\n# from project root:\nnpm install\nnpm start\n```\n\n## endpoints\n- **/latest** returns the most up to date JSON data available\n- **/nearest** returns JSON data nearest to requested\n\t- $GET params:\n\t\t- `timeIso` an ISO timestamp for temporal target\n\t\t- `searchLimit` number of days to search beyond the timeIso (will search backwards, then forwards)\n- **/alive** health check url, returns simple message\n\n## License\nMIT License (MIT)\n\n[npm-image]: https://badge.fury.io/js/wind-js-server.svg\n[npm-url]: https://www.npmjs.com/package/wind-js-server\n[npm-downloads-image]: https://img.shields.io/npm/dt/wind-js-server.svg","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwild%2Fwind-js-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanwild%2Fwind-js-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwild%2Fwind-js-server/lists"}