Wayback 

Request moments in history for a web address with the Wayback Machine. (View Docs)
Install
-
Add
waybackto your list of dependencies inmix.exs:
def deps do
[{:wayback, "~> 0.1.0"}]
end-
Ensure
waybackis started before your application:
def application do
[applications: [:wayback]]
endUsage
View the online documentation for more information.
url = "http://example.com"
Wayback.timeline(url)
#=> [tuple(date_string, url_string)]
Wayback.links(url)
#=> [String.t]
Wayback.oldest(url)
#=> String.t
Wayback.newest(url)
#=> String.tLicense
MIT © Luke Edwards