Popularity
5.4
Declining
Activity
0.0
Stable
33
4
23

Monthly Downloads: 2,086
Programming language: Elixir
License: Apache License 2.0
Tags: Networking    
Latest version: v0.0.4

download alternatives and similar packages

Based on the "Networking" category.
Alternatively, view download alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of download or a related project?

Add another 'Networking' Package

README

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