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
- Host: GitHub
- URL: https://github.com/ryan-menezes/node-tts
- Owner: Ryan-Menezes
- License: mit
- Created: 2022-09-06T15:55:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T14:29:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T02:41:44.543Z (over 1 year ago)
- Topics: nodejs, notification, phone, phone-number, servers, totalvoice-node
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)