Skip to content

dmkirshon/weather-app-js-odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app-js-odin

Summary: This project is a weather app that uses async capabilities to grab data from a weather API.

Live Demo


Skills:

  1. Javascript
  • Use promises with async/await to fetch a third party API
  • Access JSON data from an API for specific project requirements using 3rd party documentation
  • Use of try/catch statements for errors and input custom validity
  • Use of Date object to utilize API unix time data
  1. CSS
  • Create basic dark mode light mode
  1. HTML

  2. Documents

  • Developed build plan for npm/webpack based projects