Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/likecoin-email-templates
https://github.com/likecoin/likecoin-email-templates
likecoin npm-package
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-email-templates
- Owner: likecoin
- License: gpl-3.0
- Created: 2018-03-23T02:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T06:02:31.000Z (over 4 years ago)
- Last Synced: 2024-11-03T01:23:16.352Z (5 days ago)
- Topics: likecoin, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@likecoin/likecoin-email-templates
- Size: 556 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# likecoin-email-templates
[![npm (scoped)](https://img.shields.io/npm/v/@likecoin/likecoin-email-templates.svg)](https://www.npmjs.com/package/@likecoin/likecoin-email-templates)
[![CircleCI](https://circleci.com/gh/likecoin/likecoin-email-templates.svg?style=svg)](https://circleci.com/gh/likecoin/likecoin-email-templates)## Usage
```js
import EmailTemplate from 'likecoin-email-templates';EmailTemplate.Basic({
title: 'Sample',
body: 'Hello World'
});
```