Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianomonteiroweb/link-generate-backend
Link generator for whatsapp from number and with message.
https://github.com/adrianomonteiroweb/link-generate-backend
express frisby heroku jest joi nodejs whatsapp
Last synced: 5 days ago
JSON representation
Link generator for whatsapp from number and with message.
- Host: GitHub
- URL: https://github.com/adrianomonteiroweb/link-generate-backend
- Owner: adrianomonteiroweb
- Created: 2022-05-10T21:29:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T17:18:43.000Z (over 2 years ago)
- Last Synced: 2024-11-21T15:44:40.693Z (2 months ago)
- Topics: express, frisby, heroku, jest, joi, nodejs, whatsapp
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# link-generate-backend
Link generator for whatsapp from number and with message.
### Technologies
- node.js
- express.js
- Joe
- Jest
- Frisby
- heroku### How to run the application
```bash
npm start
```- How to test the application:
```bash
npm run test
```- How to test a specific block:
```bash
npm run test tests/link-generate.test.js
```