yes, another gas station finder 😆
Powered by
- ⚡ Next.js project bootstrapped with create-next-app and mantine
- ⛽ Tankerkoenig API
- 🌍 Nominatim OpenStreetMap
# default values
NEXT_PUBLIC_NAME=$npm_package_name
NEXT_PUBLIC_HOMEPAGE=$npm_package_homepage
NEXT_PUBLIC_VERSION=$npm_package_version
NEXT_PUBLIC_AUTHOR=$npm_package_author_name
NEXT_PUBLIC_AUTHOR_URL=$npm_package_author_url
NEXT_PUBLIC_REPOSITORY_URL=$npm_package_repositoryUrl
# .env.local config
TRACKING_API_HOST=your-api-host
TRACKING_API_KEY=your-api-key
TANKERKOENIG_API_KEY=your-api-key
NOMINATIM_USER_AGENT=your-user-agent
NEXT_PUBLIC_CONTACT_MAIL=your@contact.mail
NEXT_PUBLIC_STATUS_URL=https://status.your.domain
NEXT_PUBLIC_RYD_LINK=https://ryd.one/your-linkThe following secrets / variables must be set within github
# variables
NODE_LTS_VERSION=24First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and
load Nunito, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!