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

https://github.com/andrew87e/weather-api-server

Backend server for my weather flutter app.
https://github.com/andrew87e/weather-api-server

express middleware prisma redis vercel weatherkit

Last synced: 2 months ago
JSON representation

Backend server for my weather flutter app.

Awesome Lists containing this project

README

          

# .env.example

DATABASE_URL="postgresql://user:password@localhost:5432/weather_app"
REDIS_URL="redis://localhost:6379"
JWT_SECRET="your-secret-key"
WEATHERKIT_KEY_ID="your-key-id"
WEATHERKIT_SERVICE_ID="your-service-id"
WEATHERKIT_PRIVATE_KEY="your-private-key"
OPENWEATHER_API_KEY="your-openweather-key"
USE_WEATHER_KIT="true"
ALLOWED_ORIGINS="http://localhost:3000,https://your-app-domain.com"