Skip to content

Commit

Permalink
note about generating new data.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen7 committed Apr 4, 2024
1 parent 49ad5f6 commit 1681ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is a simple PWA barcode scanner. It does not need internet to work. For installing and updating you will need internet connection.

The app will load the data from `data.json`. When scanning it will look up results found in the data.json file.
The app will load the data from `data.json`. When scanning it will look up results found in the data.json file. In order to update `data.json` from different sources you may run `node concatenate.js` which will generate a new `data.json` file from all sources found in `data/`.

If a result is found it will display the result - otherwise it will display the value of the scanned barcode.
If a result is found it the app will display the result - otherwise it will display the value of the scanned barcode.

# Install

Expand Down

0 comments on commit 1681ccb

Please sign in to comment.