Skip to content

The webapp shows what's the weather like in cities around the world. It show weather details both in numeric and visual form.

License

Notifications You must be signed in to change notification settings

Wolverine1122/Wezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wezer

The webapp shows what's the weather like in cities around the world. It show weather details both in numeric form and on a map.

Screenshots

 

Getting started

To get the Node server running locally:

  • Clone this repo
  • npm install to install all required dependencies
  • node app.js to start the local server

Code Overview

Dependencies

  • expressjs - The server for handling and routing HTTP requests
  • dotenv - Zero-dependency module that loads .env file into process.env

Application Structure

  • app.js - The entry point to the application. This file defines our express server and connects it to express. It also requires the routes and models used in the application.
  • public/ - This folder contains all the client-side files

Built with

Links

https://wezer.herokuapp.com/

About

The webapp shows what's the weather like in cities around the world. It show weather details both in numeric and visual form.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published