Skip to content

princecharmx/whatsapp-direct

 
 

Repository files navigation

whatsapp-direct

An ultra-lite web app that lets you message/call on Whatsapp to people without adding them to the contact list. Demo: http://ashish-r.github.io/whatsapp-direct

Getting Started

Navigate to the root directory and use:

Installing Dependencies

npm install to install all dependencies.

For Development:

npm run serve this will start typescript transpiler in watch mode, any changes you make in the .ts file will automatically update corresponding .js file in the build directory

For Production:

npm run build this will transpile all .ts files in a corresponding .js file and then grunt will minify those files.
Push updated contents of build directory also Github serves the page from that directory only.

Git Hooks:

pre-commit runs npm run build-add which is similar to npm run build and also adds updated contents of scripts/build directory automatically while making a commit.

Screenshots

PWA Mobile PWA Update PWA Desktop

About

PWA to send WhatsApp message without saving contact.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.9%
  • TypeScript 30.6%
  • HTML 24.0%
  • JavaScript 11.5%