/weatherly

This repository contains basic weather application that was created with React, Tailwind, OpenWeatherMap API and GoogleMaps API.

Primary LanguageJavaScript

Logo Weatherly

react tailwind javascript yarn github vercel

About The Project

This repository contains basic weather application that was created with React, Tailwind, OpenWeatherMap API and GoogleMaps API.

The following functional features have been implemented,

  • Show weather data using OpenWeatherMap API
  • Use google maps to show the location

Built Using

Installation & Set Up

  1. Clone repository

    git clone https://github.com/lestercardoz11/weatherly.git
  2. Change the current working directory

    cd weatherly
  3. Copy env file

    cp .env.example .env
  4. Install dependencies

    yarn
  5. Start the development server

    yarn run start

(back to top)