8000 GitHub - andrelip/download: Downloads remote file and stores it in the filesystem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from asiniy/download

Downloads remote file and stores it in the filesystem

Notifications You must be signed in to change notification settings

andrelip/download

 
 

Repository files navigation

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 Brutalist

Brutalist

download package is maintained and funded by folks from Brutalist - media platform for writing and sharing news and stories with strong focus on traditional values, think-tank level analytics and political research.

About

Downloads remote file and stores it in the filesystem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%
0