Go to file
keepcosmos c122c74735 add ex_docs 2016-04-23 12:52:52 +09:00
config initial commit 2016-04-15 20:51:29 +09:00
lib add candidate builder 2016-04-23 12:31:03 +09:00
test add candidate builder 2016-04-23 12:31:03 +09:00
.gitignore add ex_docs 2016-04-23 12:52:52 +09:00
LICENSE Initial commit 2016-04-15 20:50:51 +09:00
README.md merge 2016-04-15 20:52:51 +09:00
mix.exs add ex_docs 2016-04-23 12:52:52 +09:00
mix.lock add ex_docs 2016-04-23 12:52:52 +09:00
test.html add candidate builder 2016-04-23 12:31:03 +09:00

README.md

Readability

Port of arc90's readability project to Elixir

Installation

If available in Hex, the package can be installed as:

  1. Add readability to your list of dependencies in mix.exs:

    def deps do [{:readability, "~> 0.0.1"}] end

  2. Ensure readability is started before your application:

    def application do [applications: [:readability]] end