Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philipisapain/super-awesome-handlebars-renderer

Simple tool for rendering handlebars templates with JSON values. Useful for building HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.
https://github.com/philipisapain/super-awesome-handlebars-renderer

List: super-awesome-handlebars-renderer

Last synced: 18 days ago
JSON representation

Simple tool for rendering handlebars templates with JSON values. Useful for building HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.

Awesome Lists containing this project

README

        

# Super-Awesome Handlebars Renderer

Simple tool for rendering handlebars templates with JSON values. Useful for building up HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.

Stores the HTML and JSON in localstorage just in case you accidentally close your browser window with super-awesome work-in-progress.

Also displays a handy error message if you're missing some values. (Since handlebars has a tendency to fail silently on missing values!).

Clone and run `npm start` to install, build and run a server at `http://localhost:3003`.

![Super-Awesome Handlebars Renderer](https://cloud.githubusercontent.com/assets/2233641/10826570/3f0656e2-7e62-11e5-8734-10f95fe8bb48.png)

![Super-Awesome Handlebars Renderer Errors](https://cloud.githubusercontent.com/assets/2233641/10826647/b2ff116a-7e62-11e5-9f91-00b08c76f734.png)