Author: James Edwards
Main Content
Run Git Commands with Node.js
Use the simple-git npm package and Node.js to run git commands and access git metadata programmatically with TypeScript.
Send Email with Node.js
Use the SendGrid npm package and a SendGrid API key to send emails with Node.js and TypeScript.
Generate an RSS Feed with Node.js
Use the xml, cheerio, and fs-extra npm packages with TypeScript to generate an RSS feed for a Jamstack blog with Node.js