An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![GitHub](https://img.shields.io/github/license/gokg4/crystal_crypto_http) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/gokg4/crystal_crypto_http) ![GitHub repo size](https://img.shields.io/github/repo-size/gokg4/crystal_crypto_http) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/gokg4/crystal_crypto_http)

# 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