From 4c6e2bb796d467ac362fb00ab71703ab164ad9e6 Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Sat, 24 Jun 2023 06:25:23 +0700 Subject: [PATCH] Update README.md --- README.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d2e0ab..a84a35c 100644 --- a/README.md +++ b/README.md @@ -1 +1,56 @@ -# whatsapp-sender + + + +# Whatsapp Sender (WA Sender) +Android Apps for Send whatsapp message Without Saveing Phone Number. + +[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/K3K02WIPN) + +### Downloa APK (latest v1.0.1) +- [Download via Playstore](https://play.google.com/store/apps/details?id=com.kang.cahya.apps.whatsappsender) + +### Screenshoot + + +### Requirement To Install +- NodeJS v16.20.0 (LTS) +- NPM v8.19.4 +- Nativescript v8.5.x + +### How to run? +First install all dependecies in ```package.json``` with run this command +``` bash +npm install +``` +#### andorid +``` bash +ns run android +``` +#### ios +``` bash +ns run ios +``` + +### How to build? +First install all dependecies in ```package.json``` with run this command +``` bash +npm install +``` +#### andorid +``` bash +ns build android +``` +#### ios +``` bash +ns build ios +``` + +### Credit +- [Font Icon - Fontawesome](https://fontawesome.com/) +- [Icon - Flaticon (author : murmur)](https://www.flaticon.com/authors/murmur) + +### Author +[x-labs.my.id](https://www.x-labs.my.id/) + +### License +[MIT License](https://github.com/x-labs-86/whatsapp-sender/blob/main/LICENSE)