- Gif | Gif=ross
- Sticker | Sticker=rose
- Lightmode | Darkmode
- File2upload (Note: Size=800kb only.)
- Cleartext
- Audio recorder start (Note: 5 seconds only.)
- Who am i
- Open Camera (Note: 4 seconds only.)
- Create your own gif (Add caption, Color, Font size) also using yahoo-gifshot
- Mapbox (Note: it will send location.)
I use cryto.js module to encrypt and decrypt the message and geo location information. The algorithm what i use is Advanced Encryption Standard (AES) and Password-Based Key Derivation Function 2 (PBKDF2).
- Download the Code from GitHub and unzip it. HERE
- First, get your API key from Giphy Developers and edit
.env
and put your hereAPI_key = Your API Key
- Frist, get your API key from Map box and edit
.app.js
and put your heremapboxgl.accessToken = Your API Key
- Open the folder in VS Code
- RUN
npm install
, this command pulls out all the require node modules - RUN
npm start
, this command will start your file in localhost http://localhost:3333