https://github.com/peterj/gomovies
https://github.com/peterj/gomovies
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterj/gomovies
- Owner: peterj
- License: mit
- Created: 2015-11-26T06:23:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T21:05:57.000Z (about 8 years ago)
- Last Synced: 2025-06-15T18:21:06.279Z (12 months ago)
- Language: Go
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomovies
Get a random movie title from command line using [OMDB API](http://www.omdbapi.com/). Not much of a practical value, but good to get started with Go.

## Installation
```bash
$ go get github.com/pj3677/gomovies
```
## Usage
Run `gomovies` or use the `Dockerfile` to build an image and run it like that.
[](https://github.com/pj3677/gomovies)