Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/viiku/movie-poster
- Owner: viiku
- Created: 2024-11-03T05:18:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T05:36:23.000Z (3 months ago)
- Last Synced: 2024-11-19T09:58:48.560Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```