1.0.0 • Published 4 years ago

childrens-catechism v1.0.0

Weekly downloads
3
License
Unlicense
Repository
github
Last release
4 years ago

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.