T000bias / weather_app

Using the openweathermap api, users will be able to look at weather data for any city.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Application Project

Using the openweathermap api, users will be able to look at weather data for any city.

Table of Contents


Overview

The Challenge

Challenges will have solutions in the process section.

  • Challenge 1: In order to get the "current weather data" I need to make an API call with the query string taking the lat (latitude) and lon (longitude) and my API key. We need to use the Geocoding API to get the lat & lon and then take that information to get the current weather of a particular city.
  • Challenge 2: The API key needs to be hidden.
  • Challenge 3: Taking the data from the Geocoding API if the promise is resolved and placing it inside the "current weather data" call.
  • Challenge 4: Node module .env & express not working. I need to figure out the issue

Screenshots

Links


Process

Prerequisite(s)

Useful Resources

Built with

  • HTML5
  • CSS
  • JavaScript
    • AJAX

What I learned

Continued Development


Author

Acknowledgments

This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit.

Citation (MLA format*) - Link

About

Using the openweathermap api, users will be able to look at weather data for any city.


Languages

Language:JavaScript 68.5%Language:HTML 31.5%