Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Jun 23, 2023
1 parent 73fd48f commit 4c6e2bb
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion README.md
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)

0 comments on commit 4c6e2bb

Please sign in to comment.