1.0.0 • Published 6 years ago
childrens-catechism v1.0.0
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-catechismTo 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.
1.0.0
6 years ago