Skip to content

Stupid simple slide presenter or static site creator.

Notifications You must be signed in to change notification settings

rutaihwa/godazo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.