Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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'

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