Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odanieldcs/bot-sendsms
Código fonte do microservice SMS Sending.
https://github.com/odanieldcs/bot-sendsms
aws javascript microservice nodejs sms sms-messages sms-service sns-topic
Last synced: 13 days ago
JSON representation
Código fonte do microservice SMS Sending.
- Host: GitHub
- URL: https://github.com/odanieldcs/bot-sendsms
- Owner: odanieldcs
- License: mit
- Created: 2018-10-05T02:07:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T14:41:20.000Z (over 6 years ago)
- Last Synced: 2024-12-06T12:16:51.667Z (2 months ago)
- Topics: aws, javascript, microservice, nodejs, sms, sms-messages, sms-service, sns-topic
- Language: JavaScript
- Homepage: https://www.danieldcs.com.br/como-enviar-sms-em-nodejs-com-sns-aws/
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMS Sending
Esse código faz parte do tutorial Como enviar SMS em NodeJS com SNS AWS:
URL: https://www.danieldcs.com.br/como-enviar-sms-em-nodejs-com-sns-aws/
### Começando
Para executar o script clone o repositorio, instale as dependêcias, crie uma collection chamada notifications em sua base MongoDB e adicione alguns registros seguindo o eschema proposto em /src/model.js.
```shell
$ git clone https://github.com/danielcsrs/bot-sendsms
$ cd bot-sendsms; npm install
$ npm start
```Qualquer duvida comente no blog ou abra issue neste mesmo repositório.
Caso queira colaborar, fique a vontade em fazer um pull request. :)