https://github.com/GenieFramework/Stipple-Demo-GermanCredits
https://github.com/GenieFramework/Stipple-Demo-GermanCredits
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/GenieFramework/Stipple-Demo-GermanCredits
- Owner: GenieFramework
- License: mit
- Created: 2020-07-30T13:57:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T14:32:22.000Z (over 4 years ago)
- Last Synced: 2025-04-11T06:39:51.935Z (about 1 year ago)
- Language: JavaScript
- Size: 727 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOTE: This repository is deprecated. For new Stipple examples check [this Repository](https://github.com/GenieFramework/StippleDemos)
# German Credits visualization dashboard
Demo data dashboard built with
[Stipple.jl](https://github.com/GenieFramework/Stipple.jl),
[StippleUI.jl](https://github.com/GenieFramework/StippleUI.jl),
[StippleCharts.jl](https://github.com/GenieFramework/StippleCharts.jl), and
[Genie.jl](https://github.com/GenieFramework/Genie.jl)
## Installation
Clone/download repo.
Open a Julia REPL and `cd` to the app's dir.
```julia
julia> cd(...the app folder...)
```
Install dependencies
```julia
pkg> activate .
pkg> instantiate
```
Load app
```julia
julia> using Genie
julia> Genie.loadapp()
```
The application will start on port 9000. Open your web browser and navigate to .
Use the age range to visualize the data.
