A simple, minimalistic weather app made with Node.js
💥 This repo is open for Hacktoberfest 2020 PRs.
- Install Node.js
- Install yarn.
- Install nodemon.
- Type
yarn install
to install all node modules. - Sign-up here and here. Get the access keys after registering and creating a new project in those sites.
- Get those access keys and add them here.
- Type
nodemon -e js,hbs
in the root of the project to start the server. - Open
localhost:3000
.
The client side files can be found in the public
folder. This node project uses handlebars for views.