Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 982 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 982 Bytes

MinimalNodeWeather

A simple, minimalistic weather app made with Node.js

💥 This repo is open for Hacktoberfest 2020 PRs.

💻 How to run the project

  1. Install Node.js
  2. Install yarn.
  3. Install nodemon.
  4. Type yarn install to install all node modules.
  5. Sign-up here and here. Get the access keys after registering and creating a new project in those sites.
  6. Get those access keys and add them here.
  7. Type nodemon -e js,hbs in the root of the project to start the server.
  8. Open localhost:3000.

📁 Project Structure

The client side files can be found in the public folder. This node project uses handlebars for views.