For when you want to share links/text to your PC from phone.
You need the following
- Nodejs
- surge.sh account
- firebase config; use src/db.example.js
TODO -- files
"share_target": {
"action": "/share/image/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"files": [
{
"name": "file",
"accept": ["image/*"]
}
]
}