• Stars
    star
    1
  • Language
    Go
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stupid simple slide presenter or static site creator.

godazo

Stupid simple presenter or static site creator written in Go.

Quick start

Install godazo

$ go get github.com/rutaihwa/godazo

Run godazo example with default settings

$ godazo

On your browser visit localhost:8080 to see your presentation.

Useful use

On your terminal run godazo [-port="PortNumber"] [-media="path-to-presentation-mediafiles"] [-presentation="path-to-json-presentation.json"]

Example $ godazo -port="8081" -presentation="./home/user/devcon/keynote.json"

That tells godazo to run on port 8081 and do presentation keynote.json in user defined path.

On your browser visit localhost:8081 to see your presentation.

Thanks

The project is written in Go, and make heavy dependence on Gin and webslides.

Todo

  • Don't be evil test your code - Writing tests

  • Future Features?

  • GUI slide creator.
  • Import and export to simple popular formats.