Skip to content

m8ttyB/shouldIHike

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Should I Hike?

A simple FireFox OS application that determines, using relevant weather data, if you should go hiking in a specified area at a specified time or not.

Running/building the app

You will need a Weather Underground API Key. After acquiring your key, create a js/config.js file and create the config object.

var config = {
  "wu_api_key": "<your api key>"
};

This app is based on the FireFox OS Boilerplate App by Rob Nyman (https://github.com/robnyman/Firefox-OS-Boilerplate-App)

About

A simple FireFox OS app that determines if you should go hiking or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.9%
  • JavaScript 37.1%