This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(parse_xlsx). | |
-export([ | |
parse_file/1, | |
fetch_worksheet/1 | |
]). | |
parse_file(File) -> | |
case fetch_worksheet(File) of | |
{ok, #{ worksheet := notfound }} -> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(m_omdb). | |
-behaviour(zotonic_model). | |
-export([ | |
m_get/3 | |
]). | |
-include_lib("zotonic_core/include/zotonic.hrl"). | |
-define(API_URL, "http://www.omdbapi.com/?"). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mworrell on github. | |
* I am mworrell (https://keybase.io/mworrell) on keybase. | |
* I have a public key whose fingerprint is 84AD 59ED C785 392C B456 1465 E093 EF8D 579F 717C | |
To claim this, I am signing this object: |