Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.46 KB

Sky Cast - Weather App

Overview

Sky Cast is a weather web application that provides users with up-to-date weather information for any location. It offers features like displaying current weather conditions and basic weather forecasts. The app is built using React and leverages Google Maps APIs for location autocomplete and geocoding.

Features

  • Current weather information display.
  • Basic weather forecast display.
  • Location autocomplete for easy searching.

Technology Stack

  • Google Maps API (Places Autocomplete API, Geocoding API)
  • NPM packages: react-places-autocomplete, react-script-hook
  • React, HTML, CSS
  • Git/GitHub, Heroku

Weather Data

  • Used Open Weather API weather data
  • Calling http POST request to get weather data from Sky Cast Backend Page

Acknowledgement