Skip to content

Instantly share code, notes, and snippets.

View williamthome's full-sized avatar
👨‍💻

William Fank Thomé williamthome

👨‍💻
View GitHub Profile
@williamthome
williamthome / m_omdb.erl
Last active May 5, 2022 07:16 — forked from mworrell/m_omdb.erl
Zotonic 1.0 - Template model for the OMDB movie database - source code to accompany the documentation
-module(m_omdb).
-behaviour(zotonic_model).
-export([
m_get/3
]).
-include_lib("zotonic_core/include/zotonic.hrl").
-define(API_URL, "http://www.omdbapi.com/?").