Skip to content

Wassup is an web app created by Amit Tripathi . The app work is to generate link for WhatsApp to DIRECTLY MESSAGE PEOPLE without SAVING their NUMBER

Notifications You must be signed in to change notification settings

mounika7204/Whatsapp-Link-Gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

▶ Whatsapp Link Gen

Welcome to Whatsapp Link Gen ! 🎉 A Web App to directly message People without ever saving their phone number.

Contributors Forks Stargazers Open Issues

📚 Table of Contents

👋 Introduction

The WhatsApp Link Generator is a web-based application that allows users to send messages through WhatsApp without the need to provide their phone number. This README file provides an overview of the application, its features, and instructions for usage.

Visit the WebApp

https://amittri1025.github.io/Whatsapp-Link-Gen/

🌐 About The Project

My wassup link generator

(Back to top)

🧰 Tech Stack Used

  • html
  • css
  • javascript
  • bootstrap

(Back to top)

🌟 Features

  1. Send Messages directly to people without saving their number
  2. The Link is created using whatsapp api.
    const whatsShareLink = `api.whatsapp.com/send?phone=91${mob.value}&text=${linkText}&lang=en`

🐺 Usage

You are free to modify it whatever way you want. Just clone and enjoy 🚀

🤝🏼 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Instructions and How to Contribute.

Step 1. Install Git/ Github in your system.

Fork the repository: This step creates a copy of the original repository under your GitHub account.

git clone https://github.com/original-repo-username/original-repo.git
cd original-repo

Step 2 . Create a new branch: It's recommended to create a new branch for your contribution. This helps keep your changes separate from the main branch.

git checkout -b my-branch

Step 3. Make and commit your changes: Write your code or make the necessary modifications to the files in the repository. Once you're done, commit your changes with a meaningful message describing the changes you made.

git add .
git commit -m "Add my contribution"

Step 4. Sync with the original repository: Keep your forked repository in sync with the original repository to incorporate any recent changes made by other contributors.

git remote add upstream https://github.com/original-repo-username/original-repo.git
git fetch upstream
git merge upstream/main```

Step 5. 
Push your changes and create a pull request: Push your branch with the committed changes to your forked repository. Then, create a pull request to propose your changes to the original repository.

```bash
git push origin my-branch

After pushing your changes, you can visit the original repository's page on GitHub or the respective hosting platform. From there, you can create a pull request by following the prompts.

Note that these commands assume you're using HTTPS to clone and push to the repository. If you have set up SSH keys, you can use the SSH URL instead for cloning and pushing.

(Back to top)

📱 Contact Me

linked-in gmail instagram

(Back to top)

📝 License

The project is licensed under the MIT License.

(Back to top)

▶ Whatsapp Link Gen by Amit

About

Wassup is an web app created by Amit Tripathi . The app work is to generate link for WhatsApp to DIRECTLY MESSAGE PEOPLE without SAVING their NUMBER

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.4%
  • JavaScript 29.2%
  • CSS 13.4%