{"id":23379178,"url":"https://github.com/johnjohndoe/engelsystem","last_synced_at":"2025-04-10T20:45:55.350Z","repository":{"id":35068056,"uuid":"201794650","full_name":"johnjohndoe/engelsystem","owner":"johnjohndoe","description":"A Kotlin library containing a parser and models for the Engelsystem.","archived":false,"fork":false,"pushed_at":"2024-11-12T20:58:35.000Z","size":478,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T18:21:15.518Z","etag":null,"topics":["37c3","38c3","ccc","cccamp19","cccamp23","datenspuren","divoc","easterhegg","engelsystem","fossgis","froscon","gpn","hackover","kotlin","moshi","mozfest","mrmcd","parser","rc3","sigint"],"latest_commit_sha":null,"homepage":"https://github.com/johnjohndoe/engelsystem","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnjohndoe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2019-08-11T17:27:08.000Z","updated_at":"2024-11-12T21:09:28.000Z","dependencies_parsed_at":"2024-02-09T00:02:21.506Z","dependency_job_id":"6a00aecb-459b-45c1-a468-40e08c219e04","html_url":"https://github.com/johnjohndoe/engelsystem","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fengelsystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fengelsystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fengelsystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fengelsystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnjohndoe","download_url":"https://codeload.github.com/johnjohndoe/engelsystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248294912,"owners_count":21079999,"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":["37c3","38c3","ccc","cccamp19","cccamp23","datenspuren","divoc","easterhegg","engelsystem","fossgis","froscon","gpn","hackover","kotlin","moshi","mozfest","mrmcd","parser","rc3","sigint"],"created_at":"2024-12-21T19:17:07.571Z","updated_at":"2025-04-10T20:45:55.332Z","avatar_url":"https://github.com/johnjohndoe.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://app.travis-ci.com/johnjohndoe/engelsystem.svg?branch=master)](https://app.travis-ci.com/johnjohndoe/engelsystem) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.engelsystem/engelsystem-base/badge.svg)](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.engelsystem/engelsystem-base) [![JitPack](https://jitpack.io/v/johnjohndoe/engelsystem.svg)][jitpack-engelsystem] [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/)\n\n# Engelsystem library\n\n![Engelsystem logo](gfx/engelsystem-logo.png \"Engelsystem logo\")\n\nA Kotlin library containing a parser and models for the Engelsystem:\n\n* https://engelsystem.de\n\n\n## Usage\n\n```kotlin\nval engelsystemApi: EngelsystemApi = ApiModule\nengelsystemApi.provideEngelsystemService(BASE_URL, okHttpClient)\n         .getShifts(URL_PART_PATH, API_KEY)\n```\n\n\n### Time stamps\n\nThe API response contains time stamps and a corresponding time zone offset.\nWhen the properties of the `Shift` model are read then these two information are joined.\n\n\n## Gradle build\n\nTo deploy the library to your local Maven repository run the following task:\n\n```bash\n$ ./gradlew publishToMavenLocal\n```\n\nThen, to use the library in your project add the following to\nyour top level `build.gradle`:\n\n```groovy\nallprojects {\n    repositories {\n        mavenLocal()\n    }\n}\n```\n\nand to your application module `build.gradle`:\n\n\n```groovy\ndependencies {\n    implementation \"info.metadude.kotlin.library.engelsystem:engelsystem-base:$version\"\n}\n```\n\nAlternatively, you can use [JitPack][jitpack-engelsystem] to fetch and\nbuild the sources directly from this repository.\n\n\n## Tests\n\nRun the following command to execute all tests:\n\n```groovy\n$ ./gradlew clean test\n```\n\n## Author\n\n* [Tobias Preuss][tobias-preuss]\n\n## License\n\n    Copyright 2019-2024 Tobias Preuss\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n[jitpack-engelsystem]: https://jitpack.io/#johnjohndoe/engelsystem\n[tobias-preuss]: https://github.com/johnjohndoe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fengelsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnjohndoe%2Fengelsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fengelsystem/lists"}