https://github.com/raguay/emailitserver
The backend server for EmailIt with a Node-Red server builtin. It is also used by ScriptBar and BullitenBoard (in the works).
https://github.com/raguay/emailitserver
node-red nodejs-server
Last synced: 5 months ago
JSON representation
The backend server for EmailIt with a Node-Red server builtin. It is also used by ScriptBar and BullitenBoard (in the works).
- Host: GitHub
- URL: https://github.com/raguay/emailitserver
- Owner: raguay
- License: mit
- Created: 2021-08-21T04:06:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T17:07:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T20:35:39.027Z (over 1 year ago)
- Topics: node-red, nodejs-server
- Language: JavaScript
- Homepage:
- Size: 32.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/anuraghazra/github-readme-stats)
# EmailItServer
The backend server for EmailIt with a Node-Red server builtin. It is also used by ScriptBar and BullitenBoard (in the works). This program requires [Node](https://nodejs.org/en/) to be installed on your computer.
## Disclaimer
This program is an Express server for supplying functions to the EmailIt program and Alfred, LaunchBar, Keyboard Maestro, and Popclip programs. Therefore, it has any hazard that any web server will have. Therefore, please run on a trusted network only. I'm trying to make it as secure as possible. Any help would be appriciated.
## Running the server
Only downloaded, you need to install the libraries by:
```sh
npm install
```
You can then run the server with:
```sh
node server.js
```