weather-jami
Version:
weather-jami contains a simple utah weather oriented web server
16 lines (12 loc) • 461 B
Markdown
git
https://github.com/MrDrProfX/weather.git
install
* npm install weather-jami
run
* sudo node server.js PORT
where PORT is the port the server will run on
about
the server serves the files in ./html
./html/weather.html is a special html file designed specifically to work with weather-jami
run the server and go to hostname:PORT/weather.html to use weather-jami's Utah weather functionality
weather-jami was created on 3/5/15 for CS360 at BYU, Provo