Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimli570/csharp-barcode-reader
Reads 'barcodes'
https://github.com/jimli570/csharp-barcode-reader
Last synced: about 8 hours ago
JSON representation
Reads 'barcodes'
- Host: GitHub
- URL: https://github.com/jimli570/csharp-barcode-reader
- Owner: jimli570
- Created: 2021-01-29T09:51:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T16:37:57.000Z (over 3 years ago)
- Last Synced: 2023-11-23T23:29:44.381Z (12 months ago)
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barcode Reader
This application reads UPC (Universal Product Code) barcodes from textfiles, each line containing one barcode, and outputs them in decimal-numbers in the console. One filepath can be provided as input to application, otherwise 'testdata1.txt' will be used as default.
Note: The application is also magical, and always recieves the correct input.
## Requirements
- .NET core 2.1
## Running the application
Easiets way to run the application is by executing 'RunApplication.bat' which runs 'dotnet BarcodeReader.dll' for you.
## Solution Structure
- 'BarcodeReader/' contains the Application
- 'Test/' contains the unittests written using NUnit3.## References