arigoru / fcc-curriculum-aggregator

Small project that aggregates and presents content of freecodecamp.org curriculum on one page.

Home Page:http://arigoru.github.io/fcc-curriculum-aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fcc-curriculum-aggregator

Small project that aggregates and presents content of freecodecamp.org curriculum on one page.

tools note

To parse curriculum into json files:

  • get "curriculum/challenges/_meta" and "curriculum/challenges/english" from main FCC repository
  • place parseLesson.js parseMeta.sh and parseLessons.sh in "challenges" folder or just same folder as _meta and english
  • run parseMeta.sh to create meta.json
  • run parseLessons.sh to create files from 1.json to 6.json (this script will run node parseLesson.js on each lesson markdown file)

About

Small project that aggregates and presents content of freecodecamp.org curriculum on one page.

http://arigoru.github.io/fcc-curriculum-aggregator

License:MIT License


Languages

Language:JavaScript 45.4%Language:HTML 29.2%Language:CSS 22.8%Language:Shell 2.5%