Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vulwsztyn/nbp-month-stats
https://github.com/vulwsztyn/nbp-month-stats
hacktoberfest ruby
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vulwsztyn/nbp-month-stats
- Owner: Vulwsztyn
- Created: 2022-04-28T11:30:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T17:24:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T06:11:51.527Z (almost 2 years ago)
- Topics: hacktoberfest, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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