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

links(url)

Specs

links(String.t) :: [String.t]

Return only the url links from a history timeline.

newest(url)

Specs

newest(String.t) :: {:datestring, :url}

Return the most recent entry from a url’s timeline.

oldest(url)

Specs

oldest(String.t) :: {:datestring, :url}

Return the oldest entry from a url’s timeline.

timeline(url)

Specs

timeline(String.t) :: [tuple]

Get the history timeline for a URL. Returns a list of tuples; {datestring, url}.