1.0.0 • Published 6 years ago

@abcnews/gemini v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

1.0.0

6 years ago