@abcnews/gemini
v1.0.0
Published
Grab an article and parse it's content
Downloads
7
Keywords
Readme
Gemini
A simple package that grabs another CoreMedia article and extracts the content to use dynamically in your story.
Install
npm install @abcnews/gemini
Import
import * as gemini from "gemini";
or
const gemini = require("@abcnews/gemini");
Run
gemini.fullReplace(callbackAfterReplace);
Based on work by Colin Gourlay