Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fargelus/dollar-rate
:dollar: Shows actual dollar rate
https://github.com/fargelus/dollar-rate
Last synced: 21 days ago
JSON representation
:dollar: Shows actual dollar rate
- Host: GitHub
- URL: https://github.com/fargelus/dollar-rate
- Owner: fargelus
- Created: 2020-01-11T12:13:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:45:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:11:27.752Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dollar-rate [![Build Status](https://travis-ci.org/fargelus/dollar-rate.svg?branch=master)](https://travis-ci.org/fargelus/dollar-rate) [![Maintainability](https://api.codeclimate.com/v1/badges/392684c167cf1736b452/maintainability)](https://codeclimate.com/github/fargelus/dollar-rate/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/392684c167cf1736b452/test_coverage)](https://codeclimate.com/github/fargelus/dollar-rate/test_coverage)
Get's current dollar to rubble exchange rate.## Installation
```bash
yarn
bundle
bundle exec whenever --update-crontab
foreman start
rake db:seed
```