This TypeScript project fetches a 3-day weather forecast for a specified location using the OpenWeatherMap API.
- Clone the repository
- Install dependencies: npm install
- Create a .env file with your API key: WEATHER_API_KEY=your_api_key_here
- Run the development server: npm run dev
- Access the app at http://localhost:3000
- Build for production: npm run build
- Visual Studio Code
- Node.js
- Git / GitHub
- TypeScript
- Express.js
- Fetches current weather and 3-day forecast
- Displays temperature, humidity, and weather conditions
- Customizable location settings
- Ensure API key is valid (check .env file and use your own)
- Verify environment variables
- 20 hours