stefanovolpatti / NodeJS

A demo weather application with theory pills of NodeJS 🌦

Home Page:https://volpatti-weather-application.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS

Heroku

weather-application

Here you can find the source code about the course of NodeJS and the Weather Application. 🌦

Installation

First, make sure you have install already Node in your laptop. In other case, follow the instructions on NodeJS

Then, follow this instructions:

  1. Download or Clone the folder and open it in your editor.

  2. Open the command line and download all dependencies with:

    npm install
    
  3. To start the server in local, launch:

    nodemon web-server/src/app.js -e js,hbs
    

Finish! Enjoy it πŸš€

About

A demo weather application with theory pills of NodeJS 🌦

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


Languages

Language:JavaScript 77.6%Language:Handlebars 15.5%Language:CSS 6.9%