pwdrop is a website for securely sending a password or other secret to someone else.
It is built using serverless technology from Google Cloud and deployed using Firebase.
The project is hosted on Firebase almost for free, the only fee being for scheduling a cleanup function once a day.
- Node.js
- Firebase CLI
Install dependencies:
cd functions && npm install && cd..
To run and test locally:
firebase serve
To deploy to your Firebase project:
firebase deploy