Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viiku/movie-poster

A command line tool written in go, works with different OMDB apis.
https://github.com/viiku/movie-poster

Last synced: 23 days ago
JSON representation

A command line tool written in go, works with different OMDB apis.

Awesome Lists containing this project

README

        

# movie-poster
A command line tool written in go, download movie poster form omdb and save in local.

### How to start...
1. Set OMDB api key
```
export OMDB_API_KEY="your-api-key"
```
2. 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
```