{"id":20322100,"url":"https://github.com/alterebro/geotimestamp","last_synced_at":"2026-06-05T04:31:02.664Z","repository":{"id":57686516,"uuid":"485494410","full_name":"alterebro/geotimestamp","owner":"alterebro","description":"Latitude, Longitude and Time Encoding","archived":false,"fork":false,"pushed_at":"2022-12-27T18:31:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T02:16:25.359Z","etag":null,"topics":["coordinates","datetime","encoder-decoder","latitude","longitude","time"],"latest_commit_sha":null,"homepage":"https://alterebro.github.io/geotimestamp/","language":"JavaScript","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/alterebro.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":"2022-04-25T18:46:58.000Z","updated_at":"2022-05-06T20:57:39.000Z","dependencies_parsed_at":"2023-01-31T04:45:30.591Z","dependency_job_id":null,"html_url":"https://github.com/alterebro/geotimestamp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alterebro/geotimestamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alterebro%2Fgeotimestamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alterebro%2Fgeotimestamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alterebro%2Fgeotimestamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alterebro%2Fgeotimestamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alterebro","download_url":"https://codeload.github.com/alterebro/geotimestamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alterebro%2Fgeotimestamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33930307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["coordinates","datetime","encoder-decoder","latitude","longitude","time"],"created_at":"2024-11-14T19:19:01.881Z","updated_at":"2026-06-05T04:31:02.637Z","avatar_url":"https://github.com/alterebro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geotimestamp\n\n\u003e Latitude, Longitude and Time Encoding\n\nEncode a geographic point location coordinates (latitude, longitude) along with a datetime value into a 15-chars short url-safe Base62 text string of letters and digits.\n\n- **[Online encoder/decoder](https://codepen.io/alterebro/full/YzeKWGO)**\n\n## Install\n\n```html\n\u003c!-- npm i geotimestamp --\u003e\n\u003cscript src=\"https://unpkg.com/geotimestamp\"\u003e\u003c/script\u003e\n```\n\n\n## Use\n\n```js\ngeotimestamp.encode( 36.6226298,-4.5015973, Date.parse(\"2022-04-23T19:22:12Z\") )\n// output: GJezYednAFrmZYE\n\ngeotimestamp.decode( 'N7YUlm7KWMxoZVL' )\n// output: { lat: 45.19124, lng: 5.71463, timestamp: 1634746235000 }\n```\n\n\n*MIT License, 2022 ( Jorge Moreno, __[@alterebro](https://twitter.com/alterebro)__ )*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falterebro%2Fgeotimestamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falterebro%2Fgeotimestamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falterebro%2Fgeotimestamp/lists"}