childrens-catechism
v1.0.0
Published
All questions and answers in the Catechism for Young Children
Downloads
2
Readme
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.