Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simagix/mobile-signature
A web app to submit mobile signature and post to MQTT broker
https://github.com/simagix/mobile-signature
Last synced: 20 days ago
JSON representation
A web app to submit mobile signature and post to MQTT broker
- Host: GitHub
- URL: https://github.com/simagix/mobile-signature
- Owner: simagix
- Created: 2016-02-20T22:13:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T23:48:52.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T21:42:17.971Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Signature
Mobile Signature is a mobile HTML5 web app to draw on canvas and upload the image to the server.
### Keywords
- HTML 5
- Node.js
- Express.js
- MQTT### Installation
```
npm install
```### Start Web Server
```
npm start
```
The default port is 3300, http://localhost:3300.### Unit Test
```
npm test
```### Docker Build
```
docker build -t mobile-signature .
```### Docker Run
```
docker run -p 3300:3300 -d mobile-signature```
### Build for Raspberry PI
```
docker build -t simagix/mobile-signature-rpi -f Dockerfile.rpi .
```