Skip to content

A simple web app that lets users search for TV shows using the TVMaze API. Built while learning API requests, asynchronous JavaScript, and Axios.

Notifications You must be signed in to change notification settings

AbhiOO4/show-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A micro project created as a part of learning api requests using ajax.

It sends a get request using axios to the tv maze api that contains almost all of the tv shows, its response is obtained and implicitly parsed in json format using axios library and used to obtain and display the image, name and rating info about the tv shows when searched. It also provides a small lesson in handling asynchronous tasks which is handled here using a asyn fucntion and await keyword.

About

A simple web app that lets users search for TV shows using the TVMaze API. Built while learning API requests, asynchronous JavaScript, and Axios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published