1.0.3 • Published 6 years ago

toastmasters-pathways-data v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago