Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abigiyaty/cryptocurrency-converter

Ruby console app that allows you to calculate the value of a cryptocurrency in USD or EUR based on the current exchange rates. The app uses the CryptoCompare API to fetch the exchange rates for a few popular cryptocurrencies.
https://github.com/abigiyaty/cryptocurrency-converter

rubocop ruby

Last synced: 6 days ago
JSON representation

Ruby console app that allows you to calculate the value of a cryptocurrency in USD or EUR based on the current exchange rates. The app uses the CryptoCompare API to fetch the exchange rates for a few popular cryptocurrencies.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Cryptocurrency Converter ](#-cryptocurrency-converter-)
- [🛠 Built With ](#-built-with-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Author ](#author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Cryptocurrency Converter

> A Ruby console app that allows you to calculate the value of a cryptocurrency in USD or EUR based on the current exchange rates. The app uses the CryptoCompare API to fetch the exchange rates for a few popular cryptocurrencies.

## 🛠 Built With

- Ruby

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need to:

- Install Ruby

### Setup

Clone this repository to your desired folder:

- `https://github.com/AbigiyaTY/Cryptocurrency-Converter.git`
- cd `Cryptocurrency-Converter`
- code `.`

### Usage

To run the project, execute the following command:

`ruby main.rb`

## Author

Abigiya Tadesse

- GitHub: [@AbigiyaTY](https://github.com/AbigiyaTY)
- Twitter: [@AbigiyaTY](https://twitter.com/AbigiyaTY)
- LinkedIn: [@AbigiyaTY](https://www.linkedin.com/in/AbigiyaTY)

## 🔭 Future Features

- [ ] **RSpec Tests**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page.]()

## ⭐️ Show your support

Give a star ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)