Code Monkey home page Code Monkey logo

kamekazi's Introduction

KameKazi

KameKazi is a project that allows you to send secure messages. Each message receives a completely unique ID and is encrypted, so absolutely nobody can see the message without the key, not even with access to the database. All messages are destroyed as soon as the receiver opens them. The project has been written in Golang.

The project is live here:

https://kamekazi-169920.appspot.com

How does it work?

Here's an awesome presentation by Neeraj Srivastava

How to Make a Pull Request (PR)

Instructions

  • Click on Fork Repository using the 'Fork' button on the top
  • Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : git clone url
  • Now create a new branch and switch to it with this command: git checkout -b new-user-yourname
  • Go ahead and make changes
  • You can add your details in contributers.md file
  • See if you can solve an issue and send PR
  • Star the repository
  • New issues are also welcome
  • After making changes use this command to add the changes: git add filename, and then git commit -m "Added"
  • After that use this command: git push origin new-user-yourname
  • Create a Pull Request (PR) from your github forked repository page, and wait for Pull Request to get merged

Disclaimer

Yes, documentation is bad. PR's that improve the documentation are welcome! =)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.