saturday night code logo

crygreq

Simple HTTPS request in Crystal.

What was used?

:runner: To run this project?

First, you need to have installed Crystal.

Install: Crystal

For Debian/Ubuntu based system:

  1. sudo apt-get update
  2. Install Crystal: curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash and sudo apt-get install build-essential crystal

After installation, run: crystal --version to verify that it was correctly installed.

For Windows 10:

  1. The Crystal compiler doesn’t run on Windows yet, but it can be used with WSL (use linux installation guide in this case).

After Crystal installation, in project's root folder, run: crystal run ./src/crygreq.cr

Contributing

  1. Fork it (https://github.com/saturday-night-code/crygreq/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