{"id":20279723,"url":"https://github.com/genieframework/genieframework.jl","last_synced_at":"2025-03-04T02:41:40.975Z","repository":{"id":59817574,"uuid":"538914500","full_name":"GenieFramework/GenieFramework.jl","owner":"GenieFramework","description":"Meta package for Genie reactive apps","archived":false,"fork":false,"pushed_at":"2025-01-31T00:26:34.000Z","size":58,"stargazers_count":21,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T16:09:59.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenieFramework.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":"2022-09-20T09:46:12.000Z","updated_at":"2025-01-31T00:09:22.000Z","dependencies_parsed_at":"2023-02-14T00:45:14.543Z","dependency_job_id":"ca0e46e0-6bc8-4642-a0f5-0e3e87281aa3","html_url":"https://github.com/GenieFramework/GenieFramework.jl","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieFramework.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieFramework.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieFramework.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieFramework.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieFramework","download_url":"https://codeload.github.com/GenieFramework/GenieFramework.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241773256,"owners_count":20018064,"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-11-14T13:32:40.132Z","updated_at":"2025-03-04T02:41:40.953Z","avatar_url":"https://github.com/GenieFramework.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenieFramework\n\n[![Docs](https://img.shields.io/badge/genieframework-docs-greenyellow)](https://www.genieframework.com/docs/)\n\nMeta package for Genie reactive apps. This packages exports \n\n`Genie`, `Stipple`, `StippleUI`, `StipplePlotly`, `Stipple.Pages`, `Stipple.ModelStorage.Sessions`, `Stipple.ReactiveTools`, `Genie.Renderer.Html`, `Genie.Server` and other packages from Genie Ecosystem as required in future\n\n## Installation\n\nTo install the most recent released version of package:\n\n```\npkg\u003e add GenieFramework\n```\n\n## Usage\n\n## Basic application \n\nCreate a simple `app.jl` script\n```julia\nmodule App\n\nusing GenieFramework\n@genietools\n\nd₁ = PlotData(x=[1, 2, 3], y=[4, 1, 2], plot=StipplePlotly.Charts.PLOT_TYPE_BAR, name=\"Barcelona\")\nd₂ = PlotData(x=[1, 2, 3], y=[2, 4, 5], plot=StipplePlotly.Charts.PLOT_TYPE_BAR, name=\"London\")\n\n@app begin\n    @out data = [d₁, d₂]\n    @out layout = PlotLayout()\nend\n\nfunction ui()\n    [\n        h1(\"GenieFramework 🧞 Data Vizualization 📊\")\n        plot(:data, layout=:layout)\n    ]\nend\n\n@page(\"/\", ui)\n\nend\n```\n\n```shell\njulia\u003e using GenieFramework; Genie.loadapp(); Server.isrunning() || up(async=false);\n```\n\nshould start the app at `localhost:8000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fgenieframework.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenieframework%2Fgenieframework.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fgenieframework.jl/lists"}