Javascript Application(Front-End & Back-End) which gets the users current location and shows the Weather for the User and store it in a database.
If you wish to run this project locally, you can clone and pull this repository locally and run the following commands to install the dependences:
npm install
After Installing the dependencies, Run the Server by using the following command:
npm run start
This starts the Node Web Server. Before running the application, register yourself on DarkSky API and get the API Key and store it in an environment varible which the node application picks up.
That's it. Your Done. Go Hacking. 😀