Go to file
Kanezoh da90024a96 post form 2021-05-18 18:46:43 +09:00
spec First Commit 2021-04-19 13:50:12 +09:00
src post form 2021-05-18 18:46:43 +09:00
.editorconfig First Commit 2021-04-19 13:50:12 +09:00
.gitignore First Commit 2021-04-19 13:50:12 +09:00
.travis.yml First Commit 2021-04-19 13:50:12 +09:00
LICENSE First Commit 2021-04-19 13:50:12 +09:00
README.md improve README 2021-05-03 08:23:07 +09:00
main.cr post form 2021-05-18 18:46:43 +09:00
shard.yml add myhtml 2021-05-04 08:52:16 +09:00

README.md

mechanize(under construction)

This project is inspired by Ruby's mechanize. The purpose is to cover all the features of original one.

Installation

  1. Add the dependency to your shard.yml:

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

Usage

require "mechanize"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/mechanize/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