Skip to content

abdullahselek/zipload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipload

Zipload is a Ruby gem which downloads given zipped file from extract it for you.

Installation

Add this line to your application's Gemfile:

gem 'zipload'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zipload

Usage

To download a file just run this command

require 'zipload'

fileUrl = 'https://dl.dropboxusercontent.com/u/7340491/zipload.zip'
Zipload.download_file(fileUrl)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/abdullahselek/zipload.

License

The gem is available as open source under the terms of the MIT License.

About

Download and extract zipped files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published