Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 424 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 424 Bytes

share from mobile

For when you want to share links/text to your PC from phone.

How to use

You need the following

  1. Nodejs
  2. surge.sh account
  3. firebase config; use src/db.example.js

Notes

TODO -- files

"share_target": {
"action": "/share/image/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
  "files": [
    {
      "name": "file",
      "accept": ["image/*"]
    }
  ]
}