Skip to content

PWA to share links from your phone to firestore.

Notifications You must be signed in to change notification settings

omar2205/oskr-share

Repository files navigation

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/*"]
    }
  ]
}

About

PWA to share links from your phone to firestore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published