Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimasmiftah/suki
Send WhatsApp messages to a random person in Indonesia.
https://github.com/dimasmiftah/suki
Last synced: about 1 month ago
JSON representation
Send WhatsApp messages to a random person in Indonesia.
- Host: GitHub
- URL: https://github.com/dimasmiftah/suki
- Owner: dimasmiftah
- Created: 2021-01-31T06:25:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T16:04:35.000Z (about 4 years ago)
- Last Synced: 2024-11-15T15:40:40.031Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# suki
Send WhatsApp messages to a random person in Indonesia.
## Installation
1. Download and Intall [Node](https://nodejs.org/en/download/)
2. Download and Install [Git](https://git-scm.com/downloads)
3. Clone this repository using Git Bash
```
git clone https://github.com/dimasmiftah/suki.git suki
```
4. Change directory to suki
```
cd suki
```
5. Install Yarn
```
npm install --global yarn
```
5. Install package
```
yarn install
```
5. Start project
```
yarn start
```