https://github.com/gokg4/crystal_crypto_http
A simple command line application to check current crypto price using the coingecko api.
https://github.com/gokg4/crystal_crypto_http
crystal crystal-lang crystal-language
Last synced: 7 months ago
JSON representation
A simple command line application to check current crypto price using the coingecko api.
- Host: GitHub
- URL: https://github.com/gokg4/crystal_crypto_http
- Owner: gokg4
- License: mit
- Created: 2022-05-08T08:40:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T05:40:23.000Z (over 3 years ago)
- Last Synced: 2025-02-05T21:27:17.789Z (about 1 year ago)
- Topics: crystal, crystal-lang, crystal-language
- Language: Crystal
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
   
# http_crypto_price
A simple command line application to check current crypto price using the coingecko api.
Install crystal from the official website [link](https://crystal-lang.org/install/).
## Installation
Give a Try, clone this repository and run the following command in the terminal.
```crystal run src/http_crypto_price.cr```
Build and Compile with the following command.
```crystal build src/http_crypto_price.cr```
## Usage
Once built and compiled you can run from command line using the following command.
```./http_crypto_price```
## Contributing
1. Fork it ()
## Contributors
- [gokg4](https://github.com/gokg4) - creator and maintainer