React Weather
A simple weather information app build with React.js
Technologies and APIs
Statefull and Stateless react components are used to develop the application
Bootstrap3 and google font apis are used for styling the web page
Weather data is retrieved from http://openweathermap.org/
Running the application
-
clone the repository https://github.com/sarangsawant/Weather-App.git
-
cd weather-application
-
run npm install
-
Get your api key from http://openweathermap.org/. Set your key to constant 'APP_KEY'
-
npm start