Skip to content

dlwortmann/Weather-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Dashboard Challenge

License: MIT

Table of Contents

Description

This application allows a user to search a city and returns weather information about that location using OpenWeather API data. Specific data is returned for the city including a 5 day forecast. Past searches are available on the page as well for easy access to frequented locations. This challenge tested local server and API knowledge and was our first time seeing a full stack application. The assignment was to complete the back end, connect it to the front end using routes and deploy the application using Render.

Link to Deployed Site

Weather Dashboard alt text

Installation

  1. Clone the repo onto your machine using the command "git clone" using the SSH key from the repository.
  2. Open respository in VS code (download this if necessary).
  3. Make sure that TypeScript is also install on your machine.
  4. Install necessary packages by running "npm install".
  5. Start program by running "npm start".

Usage Information

Type a city into the search bar and current weather forecast and 5 day forecast should be returned.

Contribution Guidelines

I am open to collaborations. Suggestions on how to fix the routes are welcome as I would like the application to function properly. Any changes should made on a feature branch and pull requests will need to be reviewed before being added to the main branch.

Credits

I'd like to give credit to my study partners Mina and Fischer who were great to bounce ideas off of and helped me work through some bugs in my functions. The Xpert Learning Assistant on BootCampSpot was able to suggest solutions to some bugs within the "tow" and "wheelie" methods. My tutor Charlie helped me write code in the weatherRoutes file and included a solution that would bypass the weatherService file entirely.

License

This application is covered under the MIT License.

Questions?

Follow the link below to see my Github account and additional respositories. Click on my email address to send me a message if you have any questions!.

Link to Github

dannywortmann@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published