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

https://github.com/ryan-menezes/node-tts

An application that notifies you and issues a phone call if some of the servers have gone down
https://github.com/ryan-menezes/node-tts

nodejs notification phone phone-number servers totalvoice-node

Last synced: about 2 months ago
JSON representation

An application that notifies you and issues a phone call if some of the servers have gone down

Awesome Lists containing this project

README

          

# node-tts
An application that notifies you and issues a phone call if some of the servers have gone down
## Settings
Have [Node.js](https://nodejs.org/pt-br/) installed on your machine and through your terminal enter the project directory and run the command "npm install":
```sh
cd "project directory"
npm install
```
Rename the .env.example file to .env


Finally, start the node.js server with the command "npm start" in a separate terminal:
```sh
cd "project directory"
npm start
```
This project was developed through an online course: [Telefonando pelo Node.js](https://www.youtube.com/watch?v=QJGpPPOBKdM&list=PLQCmSnNFVYnTiQXZ0WhyE2TKBk05S3kTT)