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

https://github.com/peterj/gomovies


https://github.com/peterj/gomovies

Last synced: about 1 month ago
JSON representation

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.

![Screenshot](images/gomovies.png)

## Installation

```bash
$ go get github.com/pj3677/gomovies
```

## Usage
Run `gomovies` or use the `Dockerfile` to build an image and run it like that.

[![Analytics](https://ga-beacon.appspot.com/UA-70702091-1/gomovies/README.md)](https://github.com/pj3677/gomovies)