Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 485 Bytes

noaa-pdf-downloader

This Ruby script downloads the latest revision of very PDF nautical chart published by NOAA from their catalog.

Requirements

Developed on Ruby 2.6.3p62 on Linux.

Usage

bundle install
./downloader.rb

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D