Skip to content

Commit

Permalink
Adds README
Browse files Browse the repository at this point in the history
  • Loading branch information
moigonzalez committed Jan 14, 2019
1 parent 23a6dfe commit fb63f42
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
27 changes: 26 additions & 1 deletion README.md
@@ -1 +1,26 @@
# PWA Barcode Scanner 馃洅
# PWA Barcode Scanner 馃洅

Scan product's barcodes to get its nutritional values 馃崕

# Installation

```bash
npm run install
```

# Development

```bash
npm run dev
```

# Contributing

Please see our [contributing.md](https://github.com/moigonzalez/pwa-barcode-scanner/blob/master/contributing.md)


# Open Food Facts

All the information comes from [Open Food Facts](https://world.openfoodfacts.org/discover) Database.

Free and open database of food products from around the world!
9 changes: 9 additions & 0 deletions contributing.md
@@ -0,0 +1,9 @@

Contributing to pwa-barcode-scanner

Fork this repository to your own GitHub account and then clone it to your local device.
Install the dependencies: npm install
Run npm run dev to watch changes from /src
Open a PR with your changes :)
Each PR will create a netlify staging url
Have fun!
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PWA Barcode Scanner </title>
<title>PWA Barcode Scanner 馃洅</title>
<meta name="description" content="Check food nutritional values scanning the barcode">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#333333">
Expand Down

0 comments on commit fb63f42

Please sign in to comment.