Weather application built using ReactJS, Webpack & NodeJS.
DEMO
-
Deployed to Heroku Cloud:
Note: It is only running on a free dyno, so it may take some time before it responds.
Steps for executing using docker:
-
Clone/Download the repository.
-
Set the environmental variables which will be impacted on openWeatherMap.jsx. get the api key from here[https://openweathermap.org] by signing up.
API_KEY= < api-key >
-
Run npm install in terminal to load the dependencies.
npm install
-
Run webpack to build the app that produces public/bundle.js.
webpack
-
Run node server.
node server.js