An open API service indexing awesome lists of open source software.

https://github.com/for-community/weatherman

A small app for getting weather information around the world
https://github.com/for-community/weatherman

css css3 hacktoberfest hacktoberfest2020 html html5 javascript react

Last synced: 3 months ago
JSON representation

A small app for getting weather information around the world

Awesome Lists containing this project

README

          

[![GitHub issues](https://img.shields.io/github/issues/stephin007/WeatherMan)](https://github.com/stephin007/WeatherMan/issues)
[![GitHub forks](https://img.shields.io/github/forks/stephin007/WeatherMan)](https://github.com/stephin007/WeatherMan/network)
[![GitHub stars](https://img.shields.io/github/stars/stephin007/WeatherMan)](https://github.com/stephin007/WeatherMan/stargazers)
[![GitHub license](https://img.shields.io/github/license/stephin007/WeatherMan)](https://github.com/stephin007/WeatherMan)

# Weather Man

> It uses openweather map api to fetch weather

## Installation

1. > Clone or [download](https://github.com/stephin007/WeatherMan/archive/master.zip) the zip file of the Repo

![clone repo](https://camo.githubusercontent.com/f0dd84e28df34704f5a2a919fc2248c25bfa46062c69c4c25e3e76d07e81a11c/68747470733a2f2f626c6f67732e7361702e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f30372f323031392d30372d31325f31312d31382d30332e6a7067)

---

3. 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](https://console.firebase.google.com)

> - 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](https://app.netlify.com/)

> - Open the Terminal and type `npm run build`

> - Head to [Netlify](https://app.netlify.com/)

> - Drag and drop your build folder here



- Your project will be deployed