Issues MIT License LinkedIn


Logo

Live Weather

Demo

Yet Another Weather App with material design

Report Bug · Request Feature

Table of Contents

About The Project

ScreenShot1



There are many great Weather apps available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. This wil really come very close to your nedd.

Here's why:

  • This is crafted very carefully using material design.
  • The implementation has been kept as simple as possible so that any web dev can understand , modify and learn from it.
  • Vanilla React: No thisrd party library is used to make robust and clean.

Built With

Getting Started

You can clone this repo to start develop locally.

Prerequisites

Following are the prerequisites:

npm install npm -g

Installation

  1. Get a free API Key at https://openweathermap.org/
  2. Clone the repo
git clone https://github.com/singhsaubhik/LiveWeather.git
  1. Install NPM packages
npm install
  1. Create .env file in root and place the API_KEY like below. Make sure key is without double quotes.
REACT_APP_API_KEY=YOUR_API_KEY

Roadmap

  • Add city
  • Expand indivisual city for more info

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Saubhik Singh - @singhsaubhik1 - saubhik.singh01@gmail.com

Acknowledgements