Skip to content

VidhyaGupta/node-hapi-mvc-weather-finder-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-hapi-mvc-weather-finder-app

Link of the app

https://weather-finder-application.herokuapp.com/

Getting started

To get the Node server running locally:

  1. Clone this repo
  2. 'npm install' to install all required dependencies
  3. Create account in openweathermap.
  4. Copy .env_example as .env and add api key.
  5. Create account in heroku.
  6. Create an app in heroku.
  7. Add api key in setings of the app. (Instructions).
  8. Before deploying code comment import of env module in controller.js file.
  9. Deploy code. (Instructions).

Running the app locally

node app