Skip to content

BuiltWithGenie/Histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Histogram demo

Simple app that generates a vector of random numbers of controllable length, and displays a histogram for the numbers.

Installation

Clone the repository and install the dependencies:

First cd into the project directory then run:

$> julia --project -e 'using Pkg; Pkg.instantiate()'

Then run the app

$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server

Usage

Open your browser and navigate to http://localhost:8000/

About

Histogram Genie demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published