toastmasters-pathways-data

1.0.3 • Public • Published

toastmasters-pathways-data

All paths, levels, and projects for the Toastmasters Pathways program in a structured JSON format. Feel free to copy/paste or use as a NPM/Yarn module.

Pull requests welcome to correct, improve, or add data.

Basic structure

[
  {
    "name": "Effective coaching",
    "description": "",
    "levels": [
      {
        "level": 1,
        "name": "",
        "totalProjectsRequired": 3,
        "requiredProjects: [
          {
            "name": "",
            "description": ""
          }
        ],
        "electiveInstruction": "ELECTIVES (choose 2)",
        "electivesRequired: 2,
        "electiveChoices: [
          {
            "name": "",
            "description": ""
          }
        ]
      }
    ]
  }
]

Package Sidebar

Install

npm i toastmasters-pathways-data

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

140 kB

Total Files

4

Last publish

Collaborators

  • sdotson