prfalken / wrl

Search for movies, books, music, and store them locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WRL : Watch, Read, Listen

Go Report Card Build Status

Revamp application from http://github.com/shawnps/watchreadlisten. Thank you !

Search Imdb, Goodreads, and Spotify:

Search

Then save items to a list:

List

Installation:

go get github.com/prfalken/wrl

Configure:

Get an OMDB key and a Goodreads keypair, then create a file named config.yml in $GOPATH/src/github.com/shawnps/watchreadlisten in the following format:

imdb: 
  key: omdb-api-key
gr:
  key: goodreads-key
  secret: goodreads-secret

About

Search for movies, books, music, and store them locally

License:Apache License 2.0


Languages

Language:Go 67.7%Language:HTML 31.8%Language:Dockerfile 0.6%