Finds infos from IMDB via OMDB API.
git
andnode
must be installed.- Download a REST tool such as Paw (Macintosh only) or Postman (all major platforms).
- Register for an API key at OMDB API.
$ git clone https://github.com/kreig303/omdb-bot.git
$ cd omdb-bot
$ npm it
Then, create a .env
file at the root of the app directory and include your api key in the following format:
API_KEY=your-api-key
$ npm start
http://localhost:3030/api/movie/[title of film]
(gets movie info)http://localhost:3030/api/poster/[imdb id for film]
(gets movie poster)
Discover the release history by heading on over to the releases page.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
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 Kreig Zimmerman
and licensed under: