Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```