Skip to content

Practice fetch and async/await with third-party APIs

Notifications You must be signed in to change notification settings

lynndz3/weather-gif-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather & GIF app

Description

This app utilizes 2 free third-party APIs: https://openweathermap.org/ and https://giphy.com/.

When a user searches for a location, the app fetches current weather data and a related, random gif and displays both to the user.

After inputting a location, the user can press the "search" button with their mouse or press "enter" on their keyboard.

The Why

I built this app to practice a few things:

  1. Async / Await
  2. Integrating with third party APIs (giphy.com & weather)
  3. Fetch API
  4. Javascript / event listeners

About

Practice fetch and async/await with third-party APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published