{"id":17222712,"url":"https://github.com/marksteve/showman.js","last_synced_at":"2025-07-10T19:36:18.561Z","repository":{"id":138471002,"uuid":"9807147","full_name":"marksteve/showman.js","owner":"marksteve","description":"Simple presentation app built with express, bespoke.js and socket.io","archived":false,"fork":false,"pushed_at":"2013-05-03T16:45:46.000Z","size":388,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T16:21:32.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marksteve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-02T06:32:27.000Z","updated_at":"2014-02-06T16:45:31.000Z","dependencies_parsed_at":"2023-03-13T10:53:57.796Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/showman.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marksteve/showman.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fshowman.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fshowman.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fshowman.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fshowman.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/showman.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fshowman.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264640060,"owners_count":23642329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T04:06:10.024Z","updated_at":"2025-07-10T19:36:18.544Z","avatar_url":"https://github.com/marksteve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# showman\n\nSimple presentation app built with [express](http://expressjs.com), [bespoke.js](http://markdalgleish.com/projects/bespoke.js/) and [socket.io](http://socket.io/)\n\n## Install\n```bash\ngit clone https://github.com/marksteve/showman.git\ncd showman\nnpm install -g\n```\n\n## Usage\nConfiguration is defined in `config.json`:\n```json\n{\n  \"title\": \"Showman Demo\",\n  \"slidesPath\": \"./demo\",\n  \"assetsPath\": \"./assets\",\n  \"username\": \"demo\",\n  \"password\": \"demo\"\n}\n```\n\nSlides are written in Markdown. You can add notes by adding\nanother Markdown file with the same name suffixed with \"-notes\".\nFor example: Write your notes for `001.md` in `001-notes.md`.\n\nRun the showman server from the directory where `config.json` is:\n```bash\nshowman\n```\n\nGo to http://\u0026lt;showman_server\u0026gt;:3000/ for the slides and\nhttp://\u0026lt;showman_server\u0026gt;:3000/rc for the control.\n\n## Controls\n\n* Tap \u0026rarr; `showman.deck.next()`\n* Swipe Left \u0026rarr; `showman.deck.slide(currIndex + 1)`\n* Swipe Right \u0026rarr; `showman.deck.slide(currIndex - 1)`\n\n## Example\n\nhttps://github.com/marksteve/manilajs003-slides\n\n## License\nhttp://marksteve.mit-license.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fshowman.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fshowman.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fshowman.js/lists"}