-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73fd48f
commit 4c6e2bb
Showing
1 changed file
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,56 @@ | ||
# whatsapp-sender | ||
<link rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/dyazincahya/wsn/main/playstore-assets/icon.png"> | ||
<img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/icon.png" width="128"> | ||
|
||
# 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 | ||
<img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/0.png" width="200"> <img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/1.png" width="200"> <img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/2.png" width="200"> <img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/3.png" width="200"> <img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/4.png" width="200"> <img src="https://raw.githubusercontent.com/x-labs-86/whatsapp-sender/main/Playstore%20Assets/5.png" width="200"> | ||
|
||
### 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) |