jpfox / cryptotext

Cordova application encrypting and decrypting SMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build

Install Cordova

Follow instructions on Cordova documentation site

Initialise project

Create Cordova structure

 $ cordova create cryptotext fr.jpfox.cryptotext CryptoText
 $ cd cryptotext/
 $ cordova platform add android
 $ cordova plugin add http://github.com/jpfox/Custom-URL-scheme.git --variable URL_SCHEME=https --variable HOST=jpfox.fr --variable PATH_PREFIX="/c/"
 $ cordova plugin add nl.x-services.plugins.socialsharing

Get source from github repository into this existing structure

 $ git init
 $ git remote add origin https://github.com/jpfox/cryptotext.git
 $ git fetch
 $ git checkout -f -t origin/master

Build application

 $ cordova build

Test in emulator

 $ cordova emulate

About

Cordova application encrypting and decrypting SMS

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.8%Language:CSS 16.6%Language:HTML 8.6%