Skip to content

For-Community/WeatherMan

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license

Weather Man

It uses openweather map api to fetch weather

Installation

  1. Clone or download the zip file of the Repo

clone repo


  1. Enter npm i in the terminal

Usage

Open the terminal cd into the right directory

Type npm start in the terminal

It will automatically open a server where you will be previewing the project

Screenshots

Deployment

  1. Firebase
  • Install the firebase cli using npm i -g firebase-tools in the terminal
  • Open the terminal and type firebase init

  • Select hosting from the drop down

  • Type npm run build in your terminal

  • Lastly Type firebase deploy in the terminal

  • Your Project will be deployed

2.Netlify

  • Open the Terminal and type npm run build
  • Drag and drop your build folder here

  • Your project will be deployed