Go to file
keepcosmos d91604a519 initial commit 2016-04-15 20:51:29 +09:00
config initial commit 2016-04-15 20:51:29 +09:00
lib initial commit 2016-04-15 20:51:29 +09:00
test initial commit 2016-04-15 20:51:29 +09:00
.gitignore initial commit 2016-04-15 20:51:29 +09:00
README.md initial commit 2016-04-15 20:51:29 +09:00
mix.exs initial commit 2016-04-15 20:51:29 +09:00
mix.lock initial commit 2016-04-15 20:51:29 +09:00

README.md

Readability

TODO: Add description

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