{"id":13607545,"url":"https://github.com/Umweltzone/roadsigns","last_synced_at":"2025-04-12T11:32:55.145Z","repository":{"id":42911848,"uuid":"193212610","full_name":"Umweltzone/roadsigns","owner":"Umweltzone","description":"A Kotlin library hosting a custom view for road signs.","archived":false,"fork":false,"pushed_at":"2023-03-06T20:48:19.000Z","size":477,"stargazers_count":3,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T12:45:20.474Z","etag":null,"topics":["android","constraintlayout","diesel","dieselfahrverbote","hacktoberfest","kotlin","library","roadsign","strassenschild","umweltplakette","umweltzone","zusatzschild"],"latest_commit_sha":null,"homepage":"https://github.com/Umweltzone/roadsigns","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/Umweltzone.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}},"created_at":"2019-06-22T08:52:27.000Z","updated_at":"2024-05-17T16:49:07.000Z","dependencies_parsed_at":"2024-01-16T23:30:41.414Z","dependency_job_id":"853b9c93-3b38-42f4-87c9-b42e7ba00a83","html_url":"https://github.com/Umweltzone/roadsigns","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Umweltzone%2Froadsigns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Umweltzone%2Froadsigns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Umweltzone%2Froadsigns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Umweltzone%2Froadsigns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Umweltzone","download_url":"https://codeload.github.com/Umweltzone/roadsigns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560314,"owners_count":21124630,"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":["android","constraintlayout","diesel","dieselfahrverbote","hacktoberfest","kotlin","library","roadsign","strassenschild","umweltplakette","umweltzone","zusatzschild"],"created_at":"2024-08-01T19:01:19.571Z","updated_at":"2025-04-12T11:32:54.517Z","avatar_url":"https://github.com/Umweltzone.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"[![Travis CI Build Status](https://app.travis-ci.com/Umweltzone/roadsigns.svg?branch=master)](https://app.travis-ci.com/Umweltzone/roadsigns) [![GitHub Actions Build Status](https://github.com/Umweltzone/roadsigns/actions/workflows/build.yaml/badge.svg)](https://github.com/Umweltzone/roadsigns/actions/workflows/build.yaml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.roadsigns/roadsigns/badge.svg)](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.roadsigns/roadsigns) [![JitPack](https://jitpack.io/v/Umweltzone/roadsigns.svg)][jitpack-roadsigns] [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/)\n\n# Road signs library\n\nA Kotlin library hosting a custom view for road signs.\n\nThe demo application allows selecting the different road signs.\n\n![Demo application](gfx/screenshot-demo-app.png)\n\n\n## Supported languages\n- Danish 🇩🇰\n- English 🇺🇸\n- French 🇫🇷\n- German 🇩🇪\n- Polish 🇵🇱\n- Portuguese 🇵🇹\n- Spanish 🇪🇸\n- Swedish 🇸🇪\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 `mavenLocal()` to\nyour top level `build.gradle`:\n\n```\nallprojects {\n    repositories {\n        mavenLocal()\n        mavenCentral()\n    }\n}\n```\n\nand to your application module `build.gradle`:\n\n\n```groovy\ndependencies {\n    implementation \"info.metadude.kotlin.library.roadsigns:roadsigns:$version\"\n}\n```\n\nAlternatively, you can use [JitPack][jitpack-roadsigns] to fetch and\nbuild the sources directly from [this repository][github-roadsigns].\n\n\n## Author\n\n* [Tobias Preuss][tobias-preuss]\n\n\n## Contributors\n\n* [Fredrik Henricsson](https://github.com/fejd)\n* [Lars Næsbye Christensen](https://github.com/larsnaesbye)\n* [Natalie Stroud](https://github.com/natastro)\n* [Quentin Brault](https://github.com/Tititesouris)\n* [Thiago de Oliveira Pires](https://github.com/tdopires)\n* [Tomasz Skowroński](https://github.com/hexmind)\n\n\n## License\n\n    Copyright 2019-2023 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[github-roadsigns]: https://github.com/Umweltzone/roadsigns\n[jitpack-roadsigns]: https://jitpack.io/#Umweltzone/roadsigns\n[tobias-preuss]: https://github.com/johnjohndoe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUmweltzone%2Froadsigns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUmweltzone%2Froadsigns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUmweltzone%2Froadsigns/lists"}