crygreq
crygreq
Simple HTTPS request in Crystal.
What was used?
🏃 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
Repository
crygreq
Owner
Statistic
- 1
- 0
- 0
- 0
- 0
- about 3 years ago
- October 9, 2021
License
GNU General Public License v3.0
Links
Synced at
Thu, 21 Nov 2024 16:55:25 GMT
Languages