Skip to content

Google Chrome Extension for calculating time to hike for a sunrise or sunset

Notifications You must be signed in to change notification settings

michael-w-mann/Hiker-Tracker

 
 

Repository files navigation

Changes:

  • Michael Mann changes 7/21

    • Changed Latitude and Longitude inputs so that latitudes are first, as per coordinate format standard
    • Adding text input for hiking time "hikeTime" in html
    • Added placeholder text to prompt inputs from users
    • added the module "moment" to handle subtraction of hikeTime from the fetched data
    • if "hikeTime" has an input, it will console log a statement that includes the hikeTime substraction from sunrise, golden hour and sunset
    • if hikeTime input is left empty, the extension will just console log the Sunrise, Golden Hour, and Sunset times
  • Currently working on:

    • Error handling if the input time in the textbox didn't match the format for the moment node to handle the subtraction

About

Google Chrome Extension for calculating time to hike for a sunrise or sunset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • HTML 18.8%
  • CSS 2.9%