Skip to content

EduardF1/WeatherWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter Web App

  • An application build with NodeJS and Express that interacts with the https://openweathermap.org/api web service.
  • To run the app, some npm modules need to be installed, run:
  1. npm init in the app root directory.
  2. npm i express installs express.
  3. npm i body-parser installs body-parser.
  4. npm i nodemon installs nodemon (node monitor - used to automate the reload of the server whenerver files are changed).

About

An application build with NodeJS and Express that interacts with the `https://openweathermap.org/api` web service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors