yes, another gas station finder 😆
Powered by
- ⚡ Next.js project bootstrapped with create-next-app and mantine
- ⛽ Tankerkoenig API
- 🌍 Nominatim OpenStreetMap
# values are set by default
NEXT_PUBLIC_NAME=$npm_package_name
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_KEY=your-api-key
TRACKING_API_HOST=your-api-host
TANKERKOENIG_API_KEY=your-api-key
NOMINATIM_USER_AGENT=your-user-agent
NEXT_PUBLIC_CONTACT_MAIL=your@contact.mail
NEXT_PUBLIC_PAYPAL_URL=https://paypal.me/your-username
NEXT_PUBLIC_STATUS_URL=https://status.your.domain
NEXT_PUBLIC_TOLGEE_API_URL=https://app.tolgee.io
NEXT_PUBLIC_TOLGEE_API_KEY=your-tolgee-api-key
TOLGEE_URL=https://app.tolgee.io
TOLGEE_API_KEY=your-tolgee-api-key
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open 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!