https://github.com/sirius248/sales_tax
https://github.com/sirius248/sales_tax
ruby
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sirius248/sales_tax
- Owner: sirius248
- Created: 2017-09-20T10:26:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T11:01:52.000Z (almost 9 years ago)
- Last Synced: 2025-06-07T10:02:02.574Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sales Tax
[](https://codeclimate.com/github/kimquy/sales_tax)
[](https://travis-ci.org/kimquy/sales_tax)
## Usage
Clone this github repo to local. Then go to that repo working directory.
Run the following command in the terminal
```ruby
ruby app.rb file_path
# Example
ruby app.rb ./sample_data/1.txt
```
## Unit Test
```
bunlde exec rspec
```
## Sample output

## Improvement
* Right now the way to check for type of product is very static. It's base on only small amount of static inputs.