Skip to content

Commit

Permalink
Update README with media, add keywords, ignore releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcelhinney committed May 6, 2020
1 parent 61674b5 commit cb6daf6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

# production
/client/build
/release

# misc
.DS_Store
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Must be on same WiFi.
$ cd /dir/to/share
$ qr-file-share

## Demo
![screenshot of program running from command line](demo/screenshot.png)
![screenshot of web interface on mobile](demo/mobile_screenshot.png)
![Phone using camera to detect qr code](demo/sample.gif)


## Start & watch

$ npm start
Expand Down
Binary file added demo/mobile_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/sample.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
"assets": [
"client/build/**"
]
}
},
"keywords": [
"qr",
"share",
"WiFi",
"terminal",
"file",
"share"
]
}

0 comments on commit cb6daf6

Please sign in to comment.