Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasimy-as/node-email
A Node.js application, for testing to send email from localhost.
https://github.com/hasimy-as/node-email
Last synced: 16 days ago
JSON representation
A Node.js application, for testing to send email from localhost.
- Host: GitHub
- URL: https://github.com/hasimy-as/node-email
- Owner: hasimy-as
- License: mit
- Created: 2019-09-30T05:44:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:40:14.000Z (about 2 years ago)
- Last Synced: 2024-10-21T19:47:01.589Z (2 months ago)
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-Email
A Node.js application, for testing to send email from localhost.
# Project Status
[![Github license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hasimy-as/Node-Email/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/)## Version 1.0.0
Note: This app uses ES6 Syntaxs only.
# Usage
Follow the instructions below:
```sh
First, clone/download the repository.Secondly, run this command in your CLI/Terminal to install the needed dependencies (npm install --save).
Third, run the app by typing this command in your CLI/Terminal (npm run app)
```
## Licensed under the [MIT](https://raw.githubusercontent.com/hasimy-as/Node-Email/master/LICENSE) License.
Happy coding!
~Hasimy