Skip to content

xavierventeo/js-asynchronous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Site using Asynchronous Javascript

Basic use of Promises and Async/Wait.

Call to TheMovieDB API to test it, getting list of movies and detailed information for each movie.

Tested in this project:

• Javascrip: Promises
• Javascrip: Async/Wait
• Javascrip: Fetch/Axios to call to the APIs
• CSS: Flexbox
• CSS: Bootstrap

Operations called to TheMovieDB API:

• Get Popular Movies:  https://developers.themoviedb.org/3/movies/get-popular-movies
• Get Upcoming Movies: https://developers.themoviedb.org/3/movies/get-upcoming
• Get Datail Movie:    https://developers.themoviedb.org/3/movies/get-movie-details
• Get Similar Movies:  https://developers.themoviedb.org/3/movies/get-similar-movies
• Get Credits:         https://developers.themoviedb.org/3/movies/get-movie-credits
• Search Movies:       https://developers.themoviedb.org/3/search/search-movies

Getting Started

• Clone or download the repository.
• Register to https://www.themoviedb.org/ and in the API Section generate your own API-KEY
• In the project, edit properties.js and copy your API-KEY to the 'const api_key'
• You are ready! Browse index.html file

License

MIT

About

Test in JavaScript, Promises and Async/Await methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published