• Stars
    star
    33
  • Rank 756,528 (Top 16 %)
  • Language
    Elixir
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Downloads remote file and stores it in the filesystem

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