{"id":15673543,"url":"https://github.com/jwebcoder/deno_openweather","last_synced_at":"2025-09-06T03:37:56.937Z","repository":{"id":72769363,"uuid":"275134249","full_name":"JWebCoder/deno_openweather","owner":"JWebCoder","description":"Open Weather API wrapper for Deno","archived":false,"fork":false,"pushed_at":"2020-06-28T08:52:07.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:43:40.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/JWebCoder.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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"JWebCoder","patreon":"jwebcoder","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-06-26T10:54:04.000Z","updated_at":"2020-06-28T08:52:09.000Z","dependencies_parsed_at":"2023-03-11T14:02:07.063Z","dependency_job_id":null,"html_url":"https://github.com/JWebCoder/deno_openweather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JWebCoder/deno_openweather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_openweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_openweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_openweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_openweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JWebCoder","download_url":"https://codeload.github.com/JWebCoder/deno_openweather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_openweather/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264748824,"owners_count":23658077,"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-03T15:41:11.834Z","updated_at":"2025-07-11T06:35:25.594Z","avatar_url":"https://github.com/JWebCoder.png","language":"TypeScript","funding_links":["https://github.com/sponsors/JWebCoder","https://patreon.com/jwebcoder"],"categories":[],"sub_categories":[],"readme":"# Deno WorldTides API Wrapper\n\nThis is a wrapper for the [WorldTides API](https://worldtides.info) to retrieve tidal data\n\n## Usage\n\n```ts\nimport { Worldtides } from 'https://deno.land/x/worldtides/mod.ts'\n\nconst worldtides = new Worldtides({\n  key: 'you_api_key'\n})\n\nconst result = await worldtides.request({\n  lat: 33.768321,\n  lon: -118.195617,\n  stationDistance: 50,\n  stations: true,\n})\n\nconsole.log(result)\n```\n\n## Possible request properties\n  | key | value type |\n  |--|--|\n  | key | string |\n  | heights | boolean |\n  | extremes | boolean |\n  | date | Date |\n  | days | 1,2,3,4,5,6,7\n  | datum | datumValues |\n  | datums | boolean |\n  | lat | number |\n  | lon | number |\n  | plot | plot, boolean\n  | stationDistance | number |\n  | stations | boolean |\n  | start | number |\n  | length | number |\n  | step | number |\n\n## Custom types\n\n**plot**\n\n| key | value type |\n|--|--|\n| width | number |\n| height | number |\n| fontSize | number |\n| grid | 'none', 'course', 'fine' |\n| color | string |\n| background | string |\n\n**datumValues**\n\n- LAT\n- MLLWS\n- MLWS\n- MHLWS\n- MLLW\n- MLW\n- MHLW\n- MLLWN\n- MLWN\n- MHLWN\n- MTL\n- MSL\n- MLHWN\n- MHWN\n- MHHWN\n- MLHW\n- MHW\n- MHHW\n- MLHWS\n- MHWS\n- MHHWS\n- HAT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwebcoder%2Fdeno_openweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwebcoder%2Fdeno_openweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwebcoder%2Fdeno_openweather/lists"}