Finds film details on IMDB via the OMDB API.
% git clone https://github.com/kreig303/omdb-bot.git
% cd omdb-bot
% npm it- Register for an OMDB API key.
- Create a
.envfile at the root of the app directory - Configure
.envas follows. Port 8000 is my default. YMMV.
PORT=8000
BOT_KEY=abcdefg% npm run start:dev% docker-compose build
% docker-compose up% npm start/api/movie/[title of film](gets movie info)/api/poster/[imdb id for film](gets movie poster)
Discover the release history by heading on over to the releases page.
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
- Copyright © 2019-2020 Kreig Zimmerman
and licensed under: