maizzle / starter-wordpress-api

Create an email newsletter from your WordPress posts with Maizzle.

Home Page:https://maizzle.com/guides/wordpress-api-posts-email-newsletter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maizzle Maizzle

WordPress Posts to Email Newsletter

About

This is the repository for the "How to use the WordPress API to create a newsletter from your posts" Maizzle guide.

Getting Started

Install the Maizzle CLI:

npm install -g @maizzle/cli

Scaffold a new project with this starter:

maizzle new starter-api

Alternatively, you may clone this starter directly:

# remember to install dependencies with `npm install`
npx degit maizzle/starter-api

Development

Start a local development server:

npm run dev

Build for production:

npm run build

Maizzle documentation is available at https://maizzle.com

About

Create an email newsletter from your WordPress posts with Maizzle.

https://maizzle.com/guides/wordpress-api-posts-email-newsletter/

License:MIT License


Languages

Language:HTML 83.5%Language:JavaScript 14.5%Language:CSS 2.0%