childrens-catechism

1.0.0 • Public • Published

Children's Catechism

📖 All questions and answers in the Catechism for Young Children.

Available formats:

  • .js
  • .json

Install

Install with your package manager of choice:

npm i childrens-catechism

To access the JavaScript object, import directly from the library:

// index.js
import CC from 'childrens-catechism';
const _CC = require('childrens-catechism');

To access the JSON, dive into the library:

import CC_JSON from 'childrens-catechism/lib/cc.json';
const _CC_JSON = require('childrens-catechism/lib/cc.json');

Acknowledgements

This data was originally sourced from Reformed.org's The Children’s Catechism.

Readme

Keywords

none

Package Sidebar

Install

npm i childrens-catechism

Weekly Downloads

0

Version

1.0.0

License

Unlicense

Unpacked Size

44.5 kB

Total Files

4

Last publish

Collaborators

  • seanmcp