Skip to content
/ secret Public
forked from bukinoshita/secret

send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.

License

Notifications You must be signed in to change notification settings

xpert98/secret

 
 

Repository files navigation

send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.

Build Status XO code style styled with prettier

Quick Start

To check it live, go to secret.

OR

To run it locally on your own computer:

  • Clone the repository
  • Install the dependencies
  • Create .env file on the root and set API=https://getsecret-api.now.sh APP=https://getsecret.now.sh
  • Run the project
  • Open your browser on https://localhost:3000
  • Check our API (private)
$ git clone https://github.com/bukinoshita/secret.git && cd secret && yarn && echo 'API=https://getsecret-api.now.sh APP=https://getsecret.now.sh' > .env && yarn dev

Contributing

Please see our contributing.md.

Product Hunt

 

Sponsors

About

send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%