{"id":21820269,"url":"https://github.com/helixspiral/ndbc","last_synced_at":"2025-06-14T21:04:31.064Z","repository":{"id":183327536,"uuid":"669949872","full_name":"HelixSpiral/ndbc","owner":"HelixSpiral","description":"Golang wrapper for the National Data Buoy Center (NDBC)","archived":false,"fork":false,"pushed_at":"2023-07-25T03:24:16.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T10:53:07.327Z","etag":null,"topics":["data","data-science","golang","government-data","ndbc","ndbc-buoy-data","noaa","noaa-api","noaa-buoys","noaa-data","noaa-weather","wrapper","wrapper-api","wrapper-library"],"latest_commit_sha":null,"homepage":"https://www.ndbc.noaa.gov/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HelixSpiral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"HelixSpiral"}},"created_at":"2023-07-24T00:27:12.000Z","updated_at":"2024-12-13T03:50:07.000Z","dependencies_parsed_at":"2023-07-24T01:52:54.959Z","dependency_job_id":"ce16a3f7-be51-4ccb-86ca-098857139b03","html_url":"https://github.com/HelixSpiral/ndbc","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"18c7326ad7f0714f4f271448cbebfca6bb51dc08"},"previous_names":["helixspiral/ndbc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HelixSpiral/ndbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixSpiral%2Fndbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixSpiral%2Fndbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixSpiral%2Fndbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixSpiral%2Fndbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelixSpiral","download_url":"https://codeload.github.com/HelixSpiral/ndbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixSpiral%2Fndbc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884421,"owners_count":22926442,"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","data-science","golang","government-data","ndbc","ndbc-buoy-data","noaa","noaa-api","noaa-buoys","noaa-data","noaa-weather","wrapper","wrapper-api","wrapper-library"],"created_at":"2024-11-27T16:30:38.309Z","updated_at":"2025-06-14T21:04:31.033Z","avatar_url":"https://github.com/HelixSpiral.png","language":"Go","funding_links":["https://github.com/sponsors/HelixSpiral"],"categories":[],"sub_categories":[],"readme":"NDBC - National Data Buoy Center\n---\n\nThis is a simple Golang wrapper for parsing data from the [NDBC](https://www.ndbc.noaa.gov/).\n\nThere weren't any packages that I could find that performed the functions I needed, so I wrote this one. Woefully incomplete in it's current state but PRs are welcome.\n\nI do intend to fully flesh this out at some point in the future, but for now it solves the immediate problem I had.\n\n# Usage\n\nCraete a new wrapper\n```go\nn := ndbc.NewAPI()\n```\n\nCall any of the exported functions\n```go\nresp, err := n.GetPictureFromBuoy(44027)\nif err != nil {\n    panic(err)\n}\n\nlog.Println(resp)\n\nresp2, err := n.GetLatestDataFromBuoy(44027)\nif err != nil {\n    panic(err)\n}\n\nlog.Println(resp2)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelixspiral%2Fndbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelixspiral%2Fndbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelixspiral%2Fndbc/lists"}