Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vulwsztyn/nbp-month-stats


https://github.com/vulwsztyn/nbp-month-stats

hacktoberfest ruby

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# NBP month stats
Look for the lowest price of a particular currency in particular month
## Usage
### Local
1. Install ruby
2. `gem install bundler`
3. `bundle install`
4. `ruby main.rb currency month year` e.g. `ruby main.rb USD 4 22` - all params are optional and defualt to USD and current month

### Dockerised
1. `docker-compose up -d`
2. `docker compose run app ruby main.rb currency month year` e.g. `ruby main.rb USD 4 22` - all params are optional and defualt to USD and current month