$ git clone https://github.com/anoxtovo/themovieinfo-source
$ cd themovieinfo-source
$ npm install
Navigate to the https://www.themoviedb.org/ and setup your free accour and generate your own free tmdb API.
Switch back to the repo and find and change the const url=https://api.themoviedb.org/3/search/movie?api_key=<your_API_KEY>&language=en-US&query=${query}&page=1&include_adult=false;
<your_API_KEY> section with your own API.
example: const url=https://api.themoviedb.org/3/search/movie?api_key=1a79a4d60de6718e8e5b326e338ae533&language=en-US&query=${query}&page=1&include_adult=false;
NOTE: 1a79a4d60de6718e8e5b326e338ae533
is not a valid API key
$ npm start