- Run
npm i
- Get your ClimaCell and OpenCage keys and write them inside
index.js
file. - Run
node server.js
- Open browser on port 8080
Inside finished
folder is the application in its final state, and inside unfinished
is only the UI without the JavaScript logic.
Inside server.js
change the value of the variable currentApp
with the desired folder name
const currentApp = "finished";
const currentApp = "unfinished";