An app that converts program and speaker data to Markdown files for my conference notes. Current lineup:
Conference | Year | Key |
---|---|---|
An Event Apart | 2014 | aea |
BrooklynJS | 2016 | bjs |
CascadiaCSS | 2015 | cf1 |
CascadiaJS (Browser) | 2015 | cf2 |
CascadiaJS (Server) | 2015 | cf3 |
CSSConf | 2015 | csscf |
EmpireJS | 2016 | ejs |
JSConf Budapest | 2015 | jschu |
JSConf US | 2015 | jscus |
ManhattanJS | 2016 | mjs |
OpenVis Conf | 2016 | vis |
Smashing Conference | 2015 | smcf |
Clone the GitHub repo and navigate to the newly created folder.
git clone https://github.com/jonchretien/conf-notes-template.git && cd conf-notes-template
Install NPM packages.
npm install
Pass the conference alias as an argument when running index.js
. In this example, a notes
folder will be created with a notes-aea.md
file.
./index.js aea
Note: the app requires a minimum Node version of 4.0.0
.
npm run lint