Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nunogois/snob

🥃 Snob is a simple CLI that fetches movies and TV shows info, written in Go.
https://github.com/nunogois/snob

cli colors go golang hacktoberfest movies omdb-api tv-shows viper

Last synced: about 2 months ago
JSON representation

🥃 Snob is a simple CLI that fetches movies and TV shows info, written in Go.

Awesome Lists containing this project

README

        

# 🥃 Snob

Snob is a simple CLI that fetches movies and TV shows info, written in Go.



## Install

Homebrew:

```bash
brew install nunogois/brews/snob
```

Or you can download the [latest release](https://github.com/nunogois/snob/releases/latest) instead.

Alternatively, you can clone this repository and then:

```bash
go install
```

## Setup

Before using `snob`, you should get an OMDb API key by following [these steps](https://www.omdbapi.com/apikey.aspx).

After that, you can set your key like this:

```bash
snob -k
```

Once you have set your key, you can make a simple search:

```bash
snob lost ark
```

Use `snob -h` to see all the available commands.

## Using

- [OMDb API](http://www.omdbapi.com/)
- [urfave/cli](https://github.com/urfave/cli)
- [fatih/color](https://github.com/fatih/color)
- [Viper](https://github.com/spf13/viper)