/wa-link

React PWA to easily generate contact links with or without prewritten message for customers to directly chat up seller.

Primary LanguageJavaScriptMIT LicenseMIT

License: MIT Netlify Status

WhatsAppLink is a tool to generate shortened WhatsApp contact and message URLs easily.

WhatsApplink is an open-source PWA using the MIT license hosted at http://whatslink.tk

How To Use:

For messaging saved and unsaved numbers:

  • Input the whatsapp phone number you want the link for
  • Input pre-written message for customers to chat you up (if applicable)
  • Click Generate

    This will Generate a url and shortened url using rebrandly API if their is network connectivity or it will return the original generated url which can be short or long depending on your inputs.

  • Click copy and the link will be copied to your clipboard
  • Append it to your broadcast messages on any social media

Contributing

Ways you can contribute:

Technology Stack:

Working on WhatsAppLink locally

  • Clone the repository locally.
  • Navigate to the directory. cd wa-link.
  • Run npm install to install dependencies.
  • Run npm start to start the development server.
  • Run npm run build to create a optimized production build.