Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliaks-ei/photo-message
Simple PWA (with Workbox) that uses device's camera to make the photo and attach it to the message
https://github.com/aliaks-ei/photo-message
bootstrap camera canvas css express html javascript jquery nodejs pwa toastr workbox
Last synced: about 2 months ago
JSON representation
Simple PWA (with Workbox) that uses device's camera to make the photo and attach it to the message
- Host: GitHub
- URL: https://github.com/aliaks-ei/photo-message
- Owner: aliaks-ei
- Created: 2019-12-02T11:51:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T15:20:39.000Z (over 1 year ago)
- Last Synced: 2023-08-24T17:30:46.114Z (over 1 year ago)
- Topics: bootstrap, camera, canvas, css, express, html, javascript, jquery, nodejs, pwa, toastr, workbox
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo message
Simple photo-caption PWA (with Workbox) that uses device's camera to make photo and attach it to the message.> ⚠️ Create an empty file `server/db/db.json` from template `server/db/db.json.tmpl`.
### Install dependencies
```
npm install
```### Build service worker
```
npm run build
```### Run application
```
npm start
```