{"id":50213495,"url":"https://github.com/baudom/easytank","last_synced_at":"2026-05-26T07:01:38.211Z","repository":{"id":241632683,"uuid":"718286438","full_name":"baudom/easytank","owner":"baudom","description":"Next.js, nominatim and tankerkoenig powered gas station finder","archived":false,"fork":false,"pushed_at":"2026-05-20T20:11:33.000Z","size":2367,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2026-05-21T01:54:56.844Z","etag":null,"topics":["mantine-ui","nextjs","openstreetmap-data","pwa","react","semantic-release","tankerkoenig-api","umami","umami-analytics"],"latest_commit_sha":null,"homepage":"https://easytank.baudom.de?utm_source=github\u0026utm_medium=website\u0026utm_campaign=advertise","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/baudom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-13T19:17:00.000Z","updated_at":"2026-05-20T20:11:37.000Z","dependencies_parsed_at":"2024-06-06T19:09:34.476Z","dependency_job_id":"d347c2f3-d70d-41a5-bcc7-37f9de07ab5f","html_url":"https://github.com/baudom/easytank","commit_stats":null,"previous_names":["baudom/easytank"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/baudom/easytank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baudom%2Feasytank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baudom%2Feasytank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baudom%2Feasytank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baudom%2Feasytank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baudom","download_url":"https://codeload.github.com/baudom/easytank/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baudom%2Feasytank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33508317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mantine-ui","nextjs","openstreetmap-data","pwa","react","semantic-release","tankerkoenig-api","umami","umami-analytics"],"created_at":"2026-05-26T07:01:37.501Z","updated_at":"2026-05-26T07:01:38.186Z","avatar_url":"https://github.com/baudom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"./public/icon-192.png\" align=\"center\" width=\"32\" height=\"32\"\u003e easytank\n\n_yes, another gas station finder 😆_\n\n**Powered by**\n\n- ⚡ [Next.js][next_home] project bootstrapped with [create-next-app][create-next-link_home] and [mantine][mantine_home]\n- ⛽ [Tankerkoenig API][tankerkoenig_home]\n- 🌍 [Nominatim OpenStreetMap][nominatim_home]\n\n## Environment configuration\n\n```dotenv\n# default values\nNEXT_PUBLIC_NAME=$npm_package_name\nNEXT_PUBLIC_HOMEPAGE=$npm_package_homepage\nNEXT_PUBLIC_VERSION=$npm_package_version\nNEXT_PUBLIC_AUTHOR=$npm_package_author_name\nNEXT_PUBLIC_AUTHOR_URL=$npm_package_author_url\nNEXT_PUBLIC_REPOSITORY_URL=$npm_package_repositoryUrl\n\n# .env.local config\nTRACKING_API_HOST=your-api-host\nTRACKING_API_KEY=your-api-key\nTANKERKOENIG_API_KEY=your-api-key\nNOMINATIM_USER_AGENT=your-user-agent\nNEXT_PUBLIC_CONTACT_MAIL=your@contact.mail\nNEXT_PUBLIC_STATUS_URL=https://status.your.domain\nNEXT_PUBLIC_RYD_LINK=https://ryd.one/your-link\n```\n\n## GitHub CI/CD Environment Configuration\n\nThe following secrets / variables must be set within github\n\n```dotenv\n# variables\nNODE_LTS_VERSION=24\n```\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen http://localhost:3000 with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`][next_font] to automatically optimize and\nload Nunito, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation][next_docs] - learn about Next.js features and API.\n- [Learn Next.js][next_learn] - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository][next_repo] - your feedback and contributions are welcome!\n\n[next_home]: https://nextjs.org\n\n[create-next-link_home]: https://github.com/vercel/next.js/tree/canary/packages/create-next-app\n\n[mantine_home]: https://mantine.dev\n\n[tankerkoenig_home]: https://creativecommons.tankerkoenig.de/\n\n[nominatim_home]: https://nominatim.openstreetmap.org\n\n[next_font]: https://nextjs.org/docs/basic-features/font-optimization\n\n[next_docs]: https://nextjs.org/docs\n\n[next_learn]: https://nextjs.org/learn\n\n[next_repo]: https://github.com/vercel/next.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaudom%2Feasytank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaudom%2Feasytank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaudom%2Feasytank/lists"}