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:
sudo apt-get update
- Install Crystal:
curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash
andsudo apt-get install build-essential crystal
After installation, run: crystal --version
to verify that it was correctly installed.
For Windows 10:
- 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
- Fork it (https://github.com/saturday-night-code/crygreq/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request