Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 652 Bytes

JuliaPackages.jl

This Julia-Dash App produces graphs of the request statistics for Julia Packages. It uses the data warehouse by Stefan Karpinski and Elliot Saba. Many thanks to them for making the existence of this App possible.

Julia Packages App

You can run the app from the Julia REPL by typing

julia> using Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()
julia> include("app.jl")

and then opening your browser at http://localhost:8050/

You can find a Heroku deployment of this app at https://julia-packages-app.herokuapp.com/