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

https://github.com/enviy/imdbgo

Simple, package for looking up IMDB movie data by title.
https://github.com/enviy/imdbgo

go golang golang-package imdb imdb-api imdb-dataset imdb-information imdb-movie imdb-movies omdb omdb-api omdb-api-consumer omdb-database omdb-movie-search omdb-search omdbapi package packages

Last synced: 30 days ago
JSON representation

Simple, package for looking up IMDB movie data by title.

Awesome Lists containing this project

README

          

# imdbGo
Nothing too fancy. Simple package for looking up IMDB movie data by title.

Just save your API key in local envs (OMDBKEY) and import away to your project!

USE: imdbGo.Movies("blade runner") -> []byte

Output: Marshaled JSON []byte. Parse the way you'd like.

This is using the Open Movie Database API, an unofficial API for data available at IMDB.
Unfortunately, the folks over at OMDB are using HTTP, so there's that.

Feel free to check it out: http://www.omdbapi.com