Linesmerrill / weatherApp

AngularJS Weather App leveraging data from the OpenWeatherMap API to display weather info for your location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS WeatherApp Demo

Overview

A simple weather application using data from the OpenWeatherMap API.

To Run App

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/

Technologies

  • AngularJS
  • HTML5
  • CSS
  • Bootstrap
  • Modernizr

Author

Application developed by Merrill Lines

About

AngularJS Weather App leveraging data from the OpenWeatherMap API to display weather info for your location

License:MIT License


Languages

Language:HTML 52.1%Language:JavaScript 43.7%Language:CSS 4.2%