Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukascivil/elixir_with_mjml


https://github.com/lukascivil/elixir_with_mjml

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# ElixirWithMjml

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

![alt tag](http://lukascivil.com.br/githubimages/elixir_with_mjml/diagram.png)

```html




Elixir with mjml


```

Post : localhost:4000/api/mjml
```json
{
"minify": false,
"mjml": "..."
}
```

Response :
```json
{
"html": "...",
"errors": []
}
```