@abcnews/gemini
v1.0.0
Published
Grab an article and parse it's content
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/geminiImport
import * as gemini from "gemini";or
const gemini = require("@abcnews/gemini");Run
gemini.fullReplace(callbackAfterReplace);Based on work by Colin Gourlay
