Skip to content

prabhugopal/weather-mate

Repository files navigation

 __      __               __  .__                    _____          __          
/  \    /  \ ____ _____ _/  |_|  |__   ___________  /     \ _____ _/  |_  ____  
\   \/\/   // __ \\__  \\   __\  |  \_/ __ \_  __ \/  \ /  \\__  \\   __\/ __ \ 
 \        /\  ___/ / __ \|  | |   Y  \  ___/|  | \/    Y    \/ __ \|  | \  ___/ 
  \__/\  /  \___  >____  /__| |___|  /\___  >__|  \____|__  (____  /__|  \___  >
       \/       \/     \/          \/     \/              \/     \/          \/ 
                                                        - a simple weather app..

Its simple weather application developved using React, this application shows us current weather for a particular location & its forecast details.

This application uses the openweathermap's api services for querying the weather details.

This application comes with a configuration file appconfig.json to enable us configure some of properties of the application, like location, weather unit, & api-key.

Build instructions

Make sure you have node installed in your machine. If not check here

  1. To install dependencies

    npm install
  2. To run application

    npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

  1. To test the application

    npm test
  2. To build the application

    npm run build

Sample

Sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages