Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siepomaga/mjml-server
https://github.com/siepomaga/mjml-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siepomaga/mjml-server
- Owner: Siepomaga
- License: mit
- Created: 2018-04-11T10:38:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T13:41:04.000Z (over 5 years ago)
- Last Synced: 2024-10-12T21:05:40.800Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```
$ npm install -g mjml-server
```# Usage
```
$ mjml-server -hUsage: mjml-server [options]
Options:
-V, --version output the version number
-p, --port port of server (default: 1410)
--hostname [value] port of server (default: 127.0.0.1)
-h, --help output usage information
```# Example request
```
$ curl http://127.0.0.1:1410 -d mjml=""
...
```