https://github.com/mattezekiel/wa-converter
Package that convert number to whatsapp number and add some descriptión to your message
https://github.com/mattezekiel/wa-converter
formatter node nodejs npm npm-package pnpm pnpm-monorepo typescript typescript-library whatsapp yarn
Last synced: about 2 months ago
JSON representation
Package that convert number to whatsapp number and add some descriptión to your message
- Host: GitHub
- URL: https://github.com/mattezekiel/wa-converter
- Owner: MattEzekiel
- License: mit
- Created: 2024-08-08T20:06:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T12:07:14.000Z (10 months ago)
- Last Synced: 2025-02-15T03:14:32.397Z (4 months ago)
- Topics: formatter, node, nodejs, npm, npm-package, pnpm, pnpm-monorepo, typescript, typescript-library, whatsapp, yarn
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 📲 Whatsapp Converter
This package seeks to format phone numbers to WhatsApp links[](https://github.com/MattEzekiel/wa-converter/stargazers)
[](https://github.com/MattEzekiel/wa-converter/watchers)
[](https://github.com/MattEzekiel/wa-converter/network/members)[](https://github.com/MattEzekiel/wa-converter)
[](#license)[](https://nodejs.org)
[](https://classic.yarnpkg.com)
[](https://www.npmjs.com/package/typescript)[](https://www.npmjs.com/package/whatsapp-conveter)
[](https://github.com/MattEzekiel/wa-converter/issues)
[](https://github.com/MattEzekiel/wa-converter/pulls)[](https://github.com/sponsors/mattezekiel)
[](https://cafecito.app/mattezekiel)## Installation
You can install the package via npm:
### npm
```bash
npm install whatsapp-conveter
```### yarn
```bash
yarn install whatsapp-conveter
```### pnpm
```bash
pnpm add whatsapp-conveter
```## Usage
### Import
````ts
import formatWhatsAppUrl from 'wa-converter';
````### Add to your code
```ts
formatWhatsAppUrl('+123456489', 'Hello friend');
```## Contributing and Issue Tracking
If you're interested in contributing to this project or want to report an issue, please check out our [CONTRIBUTING.md](https://github.com/MattEzekiel/wa-converter/blob/master/CONTRIBUTING.md) guide for detailed information on how to get involved.## Code of conduct
Respect our [CODE OF CONDUCT](https://github.com/MattEzekiel/wa-converter/blob/master/CODE_OF_CONDUCT.md)## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/MattEzekiel/wa-converter/blob/master/LICENSE.md) file for details.