wayback v0.1.0 Wayback
Request moments in history for a URL with the Wayback Machine.
Summary
Functions
Return only the url links from a history timeline
Return the most recent entry from a url’s timeline
Return the oldest entry from a url’s timeline
Get the history timeline for a URL.
Returns a list of tuples; {datestring, url}
Functions
Specs
newest(String.t) :: {:datestring, :url}
Return the most recent entry from a url’s timeline.
Specs
oldest(String.t) :: {:datestring, :url}
Return the oldest entry from a url’s timeline.
Specs
timeline(String.t) :: [tuple]
Get the history timeline for a URL.
Returns a list of tuples; {datestring, url}
.