{"id":15111172,"url":"https://github.com/waarzitjenu/server","last_synced_at":"2025-07-28T08:06:47.369Z","repository":{"id":36984429,"uuid":"297681743","full_name":"waarzitjenu/server","owner":"waarzitjenu","description":"Back-end server (API) of waarzitje.nu.","archived":false,"fork":false,"pushed_at":"2024-12-28T03:32:48.000Z","size":5577,"stargazers_count":13,"open_issues_count":116,"forks_count":4,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-07-24T06:32:54.142Z","etag":null,"topics":["android","android-app","boltdb","eupl","golang","golang-application","gps-tracker","gps-tracking","hacktoberfest","hacktoberfest2020","help-wanted","location-tracker","location-tracking","openstreetmap","osmand"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waarzitjenu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2020-09-22T14:52:13.000Z","updated_at":"2025-01-08T13:19:00.000Z","dependencies_parsed_at":"2024-02-02T02:50:39.841Z","dependency_job_id":"07e4a4ca-bd49-4d48-9589-2eb43861e70b","html_url":"https://github.com/waarzitjenu/server","commit_stats":null,"previous_names":["ricardobalk/go-osmand-tracker","waarzitjenu/core","waarzitjenu/database","waarzitjenu/go-osmand-tracker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/waarzitjenu/server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waarzitjenu%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waarzitjenu%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waarzitjenu%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waarzitjenu%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waarzitjenu","download_url":"https://codeload.github.com/waarzitjenu/server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waarzitjenu%2Fserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["android","android-app","boltdb","eupl","golang","golang-application","gps-tracker","gps-tracking","hacktoberfest","hacktoberfest2020","help-wanted","location-tracker","location-tracking","openstreetmap","osmand"],"created_at":"2024-09-26T00:02:00.569Z","updated_at":"2025-07-28T08:06:47.340Z","avatar_url":"https://github.com/waarzitjenu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# waarzitjenu/server\n\nWaarzitje.nu is a basic application for submitting and retrieving live location updates. Originally focused on OsmAnd, but basically any application that supports REST could use it.\n\n[![CI Build Status](https://travis-ci.org/waarzitjenu/server.svg?branch=develop)](https://travis-ci.org/waarzitjenu/server)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/waarzitjenu/server)](https://pkg.go.dev/github.com/waarzitjenu/server)\n[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/waarzitjenu/server?color=%2300aa00)](./go.mod)\n[![Go Report Card](https://goreportcard.com/badge/github.com/waarzitjenu/server)](https://goreportcard.com/report/github.com/waarzitjenu/server)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/waarzitjenu/server?color=%2300aa00)](https://github.com/waarzitjenu/server/graphs/commit-activity)\n[![GitHub open issues](https://img.shields.io/github/issues/waarzitjenu/server)](https://github.com/waarzitjenu/server/issues?q=is%3Aopen+is%3Aissue)\n[![GitHub closed issues](https://img.shields.io/github/issues-closed/waarzitjenu/server?color=%2300aa00)](https://github.com/waarzitjenu/server/issues?q=is%3Aissue+is%3Aclosed)\n[![Requirements Status](https://requires.io/github/waarzitjenu/server/requirements.svg?branch=master)](https://requires.io/github/waarzitjenu/server/requirements/?branch=master)\n[![License](https://img.shields.io/github/license/waarzitjenu/server?color=%2300aa00)](./LICENSE.txt)\n\nThe back-end (REST API) of this application is made with Go, the front-end (map interface) is made with modern Vue 3 and TypeScript. Because of its modular setup, it is possible to run the back-end, front-end or a combination of both. :tada:\n\n![OsmAnd with activated live tracking and the corresponding console output from the back-end](./docs/tracking-example.png)\n\nImage: OsmAnd app submitting location updates to the back-end, front-end retrieving the current location and showing it on a map. [Learn how to set up OsmAnd][OsmAnd documentation].\n\n---\n\n## Resources\n\n### Getting started\n\nPlease read the [installation instructions][] to learn how to get started. It explains how to run the back-end, front-end or both, with and without Docker. :wink:\n\n### API Documentation\n\nTo learn more about the API and see some examples of using it, take a look at the [API Documentation][].\n\n### Contributing\n\nThe [contribution guidelines][] document briefly explains how to contribute to this repository. Also consider taking a look at the [open issues][] to know what needs to be done and the [kan-ban board][] to see who's currently working on what.\n\n### License\n\nThe license this project uses is the EUPL v1.2 or later. See [LICENSE.txt](LICENSE.txt). Available in [other languages](./LICENSE) as well.\n\n\n\n[installation instructions]: ./docs/Installation/README.md \"Installation Instructions\"\n[API Documentation]: ./docs/API/README.md \"API Documentation\"\n[contribution guidelines]: ./docs/CONTRIBUTING.md\t\"Contribution guidelines\"\n[open issues]: https://github.com/ricardobalk/go-osmand-tracker/issues \"Open issues of go-osmand-tracker\"\n[kan-ban board]: https://github.com/ricardobalk/go-osmand-tracker/projects/1 \"Who's working on what?\"\n\n[OsmAnd documentation]: ./docs/OsmAnd/README.md \"How to set up OsmAnd\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaarzitjenu%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaarzitjenu%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaarzitjenu%2Fserver/lists"}