Skip to content

Using Project 1906, plan your visit to a National Park with weather and key park information.

Notifications You must be signed in to change notification settings

Jonathan-84/Project1906

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project1906

Description

Plan your visit to a National Park

Who wants to plan a trip to the a US National Park when it's miserable outside. Currently, you would need to use multiple resources to find out park information and the weather. This project aims to simplify that process and give you the information that you need. Information that includes:

  • Park Description
  • Current Weather
  • 5 day Forecast
  • Park Directions
  • URL to National Park Services Directions page for the park

Table of Contents

Technologies [How-To Use](#How-to Use) Images Contribute Contact

Technologies

Leveraging Javascript, HTML, CSS, Bulma CSS Framework, JQuery, Moment.js, APIs (National Park Service API and Open Weather API)

How-To Use

This is a web based app. You can visit the page.

Drop Downs enable you to select a state Fetching data from the National Park Service API we are able to populate the 2nd (Park Dropdown) Based on Park selection, we fetch the key data highlighted above as well as the Park's city The city is then used to extract the weather data from the Open Weather API This key information appears on the page via a modal We save your search to local storage for quick recall

Deployed application: https://sldowd.github.io/Project1906/

Github repository URL: https://github.com/sldowd/Project1906/

Images

575 screen

768 screen

980 screen

Information Display

Contribute

Version 1 was focused on the basic information that you'd need for travel. The goal is not to recreate Expedia or another travel app, but provide all the relevant information for your in park visit. If you'd like to help either conceptually or with coding assistance, please contact me via the email address below. Ideas for future developments include: expanding information gathered from NPS API (activities etc) and another API source for recreational businesses in the area.

Contact

GitHub Username: Jonathan-84 Email: jonathan.robinson@outlook.com

Credits

Version 1 was developed with Sarah Dowd.

About

Using Project 1906, plan your visit to a National Park with weather and key park information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • HTML 44.1%
  • CSS 4.6%