Skip to content

davidtaylorjr/local-weather-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Local Weather

An Open-Source Web Application by David Taylor, Jr.

Description

Your Local Weather is a simple web application that pulls weather off of geolocation services within the browser to display current conditons of any given location.

The app pulls data from the Dark Sky API and provides:

  • Current Conditions
  • Conditions for next 24 hours
  • Options to change between imperial and metric temperatures
  • If the "feels like" or "apparent" temperature is different that the current outside temperature that will display as well.
  • Weather icons were provided by Patharanordev and can be found at his Github Repository

Current Version

The current release is v1.3 and is on a steady development cycle.

Future Feature Plans

Future featrues that are currently planned are:

  • Location Search
  • Daily Almanac Details
  • And More!

To leave suggestions for future feature requests please open an Issue

How To Use

The source code can be found on the releases page or can be cloned and update. The site is built using JavaScript, HTML5 and CSS3. Feel free to modify the code under the terms of the License.

An API key must be obtained from the following sources:

Contributing

Currently we are not accepting new contributions to the project directly. However, feel free to clone and modify the code however you like. If you see something that is broken, or could be done better, feel free to submit a pull request for review.

Anything else can be posted to the Issues area for review.