- Current weather by user coordinates
- Current weather in city
- Store cities bookmarks for users
- Create file
.env.local
and provide variables:
MONGO_URL=your_data_base_url
WEATHER_BASE_URL=https://api.openweathermap.org/
WEATHER_API_KEY=your_api_key
VERCEL_URL=localhost:3000
- Instal dependencies and run project
yarn
yarn dev
Released under the MIT License.