Powerful web scraping framework for Crystal
Go to file
Chris Watson 03f561b480 Pool changes 2020-06-19 13:11:42 -06:00
spec Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
src Pool changes 2020-06-19 13:11:42 -06:00
.editorconfig Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
.gitignore Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
.travis.yml Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
LICENSE Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
README.md Beginning of complete rewrite 2020-06-19 13:03:32 -06:00
shard.yml Beginning of complete rewrite 2020-06-19 13:03:32 -06:00

README.md

arachnid

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      arachnid:
        github: your-github-user/arachnid
    
  2. Run shards install

Usage

require "arachnid"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/arachnid/fork)
  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. Create a new Pull Request

Contributors