Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

toastmasters-pathways-data

sdotson21MIT1.0.3

All Toastmasters paths, levels, and projects in structured JSON format

toastmasters, pathways, json

readme

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": ""
          }
        ]
      }
    ]
  }
]