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
.env
file at the root of the app directory - Configure
.env
as 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: