bryandms / weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather

Getting Started

Weather with Hooks and Open Weather Map API.

Prerequisites

Install the ESLint extension if you use Visual Studio Code.

Installation

Step 1: Clone or download the repo.

Step 2: Switch to your repository's directory.

cd /path/to/your/repo

Step 3: Install dependencies.

yarn install

Step 4: Duplicate the .env.example file and rename it to .env and change the environment variables.

cp .env.example .env

Step 5: Run the server.

yarn start

Built With

  • React - A JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
  • SVG Backgrounds - Customize and apply backgrounds fast.
  • Open Weather Map - Get current weather, daily forecast for 16 days, and 3-hourly forecast 5 days for your city.

Made with ❤ by bryandms.

About


Languages

Language:JavaScript 77.3%Language:HTML 14.0%Language:CSS 8.7%