Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apanjwani0/shopify-html-emailer
A simple html email editor and sender Shopify App.
https://github.com/apanjwani0/shopify-html-emailer
html koa nextjs nodejs polaris react shopify shopify-app
Last synced: about 7 hours ago
JSON representation
A simple html email editor and sender Shopify App.
- Host: GitHub
- URL: https://github.com/apanjwani0/shopify-html-emailer
- Owner: apanjwani0
- License: mit
- Created: 2021-04-16T18:00:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T14:48:17.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:22:13.840Z (3 months ago)
- Topics: html, koa, nextjs, nodejs, polaris, react, shopify, shopify-app
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopify-HTML-Emailer
### Features working -
1. Shopify OAuth
2. Stores can add New template
3. Stores can edit previously saved template
4. Edited Design Json will be saved to mongodb atlas
5. On exporting HTML, html is printed in the console and users are alerted### Bugs -
1. Few Problems related to redirect back and forward
2. ~~Saving design with uploaded image not tested yet~~ :white_check_mark:
3. App is very slow
4. Minor other issues
5. Saving Design creates infinite triggers (**new**)### To be implemented-
1. ~~Instead of printing html, user will be able to download html file on clicking export html button~~ :white_check_mark:
2. Better working with App-provider and Client-Router
3. Delete Template Option to be Added
4. Send email functionality to be added