Skip to content

SebastienM4j/breizhcamp-schedule

 
 

Repository files navigation

breizhcamp-schedule

Outputs the Breizhcamp schedule in markdown format

Uses RxJS and functional programming to output the schedule of the Breizhcamp 2017 edition into markdown format.

Requires NodeJS 6+ in order to use arrow functions.

Installation and usage

  • using npm:
# install dependencies
npm i

# run the program
npm start > breizhcamp_schedule.md
  • using yarn:
# install dependencies
yarn

# run the program
yarn start > 20180311-breizhcamp-2018-schedule.md
yarn start > breizhcamp_schedule.md

Outputs

Don't bother running the tool and view the schedule:

About

Outputs the Breizhcamp schedule in markdown format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%