A simple weather application using data from the OpenWeatherMap API.
Install brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Git:
brew install git
Clone this repo, type this into command line:
git clone https://github.com/Linesmerrill/weatherApp
Navigate into the weatherApp folder.
cd weatherApp
In another terminal window start up a web server to host the page:
python -m SimpleHTTPServer 8000
Now just open up a browser and type this into the navigation bar:
http://localhost:8000/
- AngularJS
- HTML5
- CSS
- Bootstrap
- Modernizr
Application developed by Merrill Lines