Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 354 Bytes

movielist

$ ./watchlist dentarg moa jage
dentarg: ..
moa: ..
jage: ...
["Selma", "Life Itself", "The Walk", "Birdman"]

.env

KEY=...    # API Key
SECRET=... # API Shared Secret

dotenv needed:

gem install dotenv

Uses the Letterboxd API.