Solution for a challenge from DevProjects.
- Html
- CSS
- Sass
- JavaScript
- An input for users to type city name or postalcode
- Option to automatically get location of the user
- Display current weather including weather condition, temperature, humidity, wind speed, and date and time
- Visualization to display the temperature change, humidity change, and weather conditions of each day
- Visualization of Map of currently search location
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/gargi91/Climetrics
# Install dependencies
$ npm install
# Run the app
$ npm start
# Build the app for deployment
$ npm run build