__ __ __ .__ _____ __
/ \ / \ ____ _____ _/ |_| |__ ___________ / \ _____ _/ |_ ____
\ \/\/ // __ \\__ \\ __\ | \_/ __ \_ __ \/ \ / \\__ \\ __\/ __ \
\ /\ ___/ / __ \| | | 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.
Make sure you have node installed in your machine. If not check here
-
To install dependencies
npm install
-
To run application
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
-
To test the application
npm test
-
To build the application
npm run build