https://github.com/ninest/direct-contact
WhatsApp message someone without saving them as a contact
https://github.com/ninest/direct-contact
hacktoberfest pwa whatsapp
Last synced: about 1 year ago
JSON representation
WhatsApp message someone without saving them as a contact
- Host: GitHub
- URL: https://github.com/ninest/direct-contact
- Owner: ninest
- Created: 2021-01-21T05:57:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T05:17:21.000Z (over 1 year ago)
- Last Synced: 2025-04-14T10:06:52.840Z (about 1 year ago)
- Topics: hacktoberfest, pwa, whatsapp
- Language: HTML
- Homepage:
- Size: 295 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Direct Contact for WhatsApp](https://directcontact.now.sh/)
> Start chats on WhatsApp without saving phone numbers
## Build setup
Clone the repository and install all dependencies:
```bash
yarn
```
Start the development server with
```bash
yarn dev
```
Build the web app with
```bash
yarn build
```
### Icons
#### Splash screens
```bash
pwa-asset-generator ./ios.png ./ios-splash ---splash-only --background "#34D399"
```
#### iOS, Android, and favicon
First generate all icons + favicons with transparent background, then override icons only. This is required because there is not `favicon-only` flag.
```bash
pwa-asset-generator ./android.png ./icons --icon-only --maskable --opaque false --favicon
pwa-asset-generator ./android.png ./icons --icon-only --maskable --opaque true
```
#### Icons
## License
MIT