Memex (Memex v0.2.0) View Source

Expand your memory with the magic of Elixir.

The concept behind this project is basically throwing any resource against it and Memex should be able to figure out how to handle and store this stuff in a meaningful and queryable way.

Link to this section Summary

Functions

Slurp stuff.

Link to this section Functions

Slurp stuff.

Examples

iex> Memex.slurp("https://soundcloud.com/podcast")
%Podcast{
  __meta__: #Ecto.Schema.Metadata<:loaded, "podcasts">,
  ...
}