Skip to content

Next.js, nominatim and tankerkoenig powered gas station finder

License

Notifications You must be signed in to change notification settings

baudom/easytank

Repository files navigation

easytank

yes, another gas station finder 😆

Powered by

Environment configuration

# 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
TANKERKOENIG_API_KEY=your-api-key
NOMINATIM_USER_AGENT=your-user-agent
NEXT_PUBLIC_CONTACT_MAIL=[email protected]
NEXT_PUBLIC_PAYPAL_URL=https://status.your.domain
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

CI/CD Environment Configuration

TOLGEE_URL=https://app.tolgee.io
TOLGEE_API_KEY=your-tolgee-api-key

Getting Started

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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!