Skip to content

A containerized web server that displays real weather from multiple provided sources

License

Notifications You must be signed in to change notification settings

ericleb010/WeatherServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build image and container

docker build --tag="knox/weather-server" .
docker run --name="WeatherServer" --publish=4420:4420 -d weather-server

To run:

  1. Ensure Node 6.x or later and NPM are installed.
  2. Run npm install to load dependencies.
  3. Run node server/server.js to begin serving content.

About

A containerized web server that displays real weather from multiple provided sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published