Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukas-karsch/dachwetter


https://github.com/lukas-karsch/dachwetter

Last synced: about 1 month ago
JSON representation

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).