Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas-karsch/dachwetter
https://github.com/lukas-karsch/dachwetter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukas-karsch/dachwetter
- Owner: lukas-karsch
- Created: 2024-07-06T16:07:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T09:40:28.000Z (7 months ago)
- Last Synced: 2024-07-15T11:29:59.567Z (7 months ago)
- Language: TypeScript
- Homepage: https://dachwetter.vercel.app
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bootstrapped with Next.js.
Dachwetter utilizes the [open weather API](https://openweathermap.org) and [shadcn](https://ui.shadcn.com/) for UI components & theming.
## Developer Guidance
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Resources
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Weather API](https://openweathermap.org)
- [shadCN](https://ui.shadcn.com/)## Deployment
This app doesn't need a database. It generates a static page that gets revalidated every 30 minutes.
Dachwetter is currently deployed on [Vercel](https://vercel.com).