{"id":15673440,"url":"https://github.com/jwebcoder/deno_worldtides","last_synced_at":"2026-04-29T17:39:52.548Z","repository":{"id":62421501,"uuid":"274639698","full_name":"JWebCoder/deno_worldtides","owner":"JWebCoder","description":"Worldtides API wrapper for Deno","archived":false,"fork":false,"pushed_at":"2020-06-24T23:00:02.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T00:09:19.609Z","etag":null,"topics":["api","deno","worldtides","wrapper"],"latest_commit_sha":null,"homepage":"","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},"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-24T10:21:44.000Z","updated_at":"2020-06-24T23:02:49.000Z","dependencies_parsed_at":"2022-11-01T17:31:21.667Z","dependency_job_id":null,"html_url":"https://github.com/JWebCoder/deno_worldtides","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_worldtides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_worldtides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_worldtides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JWebCoder%2Fdeno_worldtides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JWebCoder","download_url":"https://codeload.github.com/JWebCoder/deno_worldtides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281216,"owners_count":20752207,"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":["api","deno","worldtides","wrapper"],"created_at":"2024-10-03T15:40:35.519Z","updated_at":"2026-04-29T17:39:52.479Z","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_worldtides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwebcoder%2Fdeno_worldtides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwebcoder%2Fdeno_worldtides/lists"}