A command line tool written in go, download movie poster form omdb and save in local.
- Set OMDB api key
export OMDB_API_KEY="your-api-key"
- Run Main file with movie name that you want to search.
git clone [email protected]:viiku/movie-poster.git
cd movie-poster
go run main.go <movie-name>