https://github.com/cogoo/twilio
Twilio Service w/ NodeJS
https://github.com/cogoo/twilio
Last synced: 2 months ago
JSON representation
Twilio Service w/ NodeJS
- Host: GitHub
- URL: https://github.com/cogoo/twilio
- Owner: cogoo
- Created: 2019-04-27T19:14:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T20:18:01.000Z (about 6 years ago)
- Last Synced: 2025-02-01T09:42:51.669Z (4 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework: Twilio Service
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## License
Nest is [MIT licensed](LICENSE).