{"id":21457808,"url":"https://github.com/nuuner/timeline-generator","last_synced_at":"2026-05-18T15:33:00.677Z","repository":{"id":263317365,"uuid":"889992334","full_name":"nuuner/timeline-generator","owner":"nuuner","description":"Minimalistic SVG timeline generator built with FastAPI and drawsvg","archived":false,"fork":false,"pushed_at":"2024-11-17T19:38:21.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T13:33:16.701Z","etag":null,"topics":["drawsvg","fastapi","python","svg"],"latest_commit_sha":null,"homepage":"https://timeline-generator.freknu.com/docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuuner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T18:42:25.000Z","updated_at":"2024-11-17T19:38:24.000Z","dependencies_parsed_at":"2024-11-17T20:42:04.805Z","dependency_job_id":"f87b682d-7b80-44af-967d-14e3cb22d982","html_url":"https://github.com/nuuner/timeline-generator","commit_stats":null,"previous_names":["nuuner/timeline-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuuner%2Ftimeline-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuuner%2Ftimeline-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuuner%2Ftimeline-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuuner%2Ftimeline-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuuner","download_url":"https://codeload.github.com/nuuner/timeline-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971193,"owners_count":20376784,"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":["drawsvg","fastapi","python","svg"],"created_at":"2024-11-23T06:07:10.404Z","updated_at":"2026-05-18T15:32:55.646Z","avatar_url":"https://github.com/nuuner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeline Generator\n\nA FastAPI service that generates minimalistic vertical SVG timelines from event data.\n\n## Quick Start with Docker\n\n```bash\ndocker compose up -d\n```\n\nThe service will be available at http://localhost:3000\n\n## Example\n\nInput events:\n```json\n[\n  {\n    \"title\": \"Project Kickoff Meeting\",\n    \"date\": \"2024-03-01 09:00\",\n    \"color\": \"blue\"\n  },\n  {\n    \"title\": \"Design Review\",\n    \"date\": \"2024-03-01 14:30\",\n    \"color\": \"purple\"\n  },\n  {\n    \"title\": \"Client Presentation\",\n    \"date\": \"2024-03-03 11:00\",\n    \"color\": \"green\"\n  },\n  {\n    \"title\": \"Team Workshop\",\n    \"date\": \"2024-03-07 13:00\",\n    \"color\": \"orange\"\n  },\n  {\n    \"title\": \"Project Deadline\",\n    \"date\": \"2024-03-15 17:00\",\n    \"color\": \"red\"\n  }\n]\n```\n\nOutput:\n\n![Example Timeline](example_output.svg)\n\n## Local Development\n\nInstall dependencies:\n```bash\npoetry install\n```\n\nStart the development server:\n```bash\npoetry run uvicorn src.timeline_generator.main:app --reload\n```\n\n## Usage\n\nGenerate a timeline by making a GET request to `/timeline.svg` with your events as a JSON string:\n\n```bash\ncurl \"http://localhost:3000/timeline.svg?events=[{\\\"title\\\":\\\"Event 1\\\",\\\"date\\\":\\\"2024-02-15 09:30\\\",\\\"color\\\":\\\"blue\\\"}]\" \u003e timeline.svg\n```\n\n## API Documentation\n\n- Swagger UI: http://localhost:3000/docs\n- ReDoc: http://localhost:3000/redoc\n\n## License\n\nGNU General Public License v3.0 - See LICENSE file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuuner%2Ftimeline-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuuner%2Ftimeline-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuuner%2Ftimeline-generator/lists"}