Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```