/tell-me-the-weather

Tell Me the Weather is a simple web application built with Express and Handlebars templates that provides weather information based on user input. The application utilizes a free API to fetch and display current weather conditions.

Primary LanguageJavaScript

Tell Me the Weather

Tell Me the Weather is a simple web application built with Express and Handlebars templates that provides weather information based on user input. The application utilizes a free API to fetch and display current weather conditions.

Features

  • Weather Information: Fetches current weather data based on user input.
  • User Input: Allows users to type in a location to get weather details.
  • Dynamic Rendering: Uses Handlebars templates to dynamically display weather information.

Technologies Used

  • Backend: Node.js, Express
  • Templating: Handlebars
  • Weather API: Free weather API (e.g., OpenWeatherMap, Weatherstack)
  • Frontend: Basic HTML/CSS

Installation

  1. Clone the Repository:
    git clone https://github.com/ACtink/tell-me-the-weather.git