/download

Downloads remote file and stores it in the filesystem

Primary LanguageElixir

download

Build Status hexdocs badge

Simply downloads remote file and stores it in the filesystem.

Download.from(url, options)

Documentation

Features

  • Small RAM consumption
  • Ability to limit downloaded file size
  • Uses httpoison

Installation

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

Into mix.exs

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