Home

Awesome

download

Build Status hexdocs badge

Simply downloads remote file and stores it in the filesystem.

Download.from(url, options)

Documentation

Features

Installation

def deps do
  [{:download, "~> x.x.x"}]
end

Into mix.exs

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