mgwidmann / download

Downloads remote file and stores it in the filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Downloads remote file and stores it in the filesystem


Languages

Language:Elixir 100.0%