Skip to content

jeremy-brooks/weather-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-analytics

Install dependencies using node

Firstly you need nodejs installed which comes with node package manager (npm). If you have not got that yet, go to and follow the instructions on the node website.

Once you have node, navigate to this projects route folder and run the following command:

npm install

You should see all dependencies being pulled down from the web.

Running the website

To run this on a MAC system run a web server the root of this project.

So if you have this project in the following location: ~/Documents/ann/weather-analytics

Navigate to the directory:

cd ~/Documents/ann/weather-analytics

Serve up the website using a python web server:

python -m SimpleHTTPServer 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published