typescript-api

(Weather API) typescript project

Overview: Weather API - 3-Day Forecast

This TypeScript project fetches a 3-day weather forecast for a specified location using the OpenWeatherMap API.

Demo

Software Demo Video

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create a .env file with your API key: WEATHER_API_KEY=your_api_key_here
  4. Run the development server: npm run dev
  5. Access the app at http://localhost:3000
  6. Build for production: npm run build

Development Environment

Programming Language

Frameworks

Features

Useful Websites

Troubleshooting

Time Spent