kathawala / GraffitiMap

An R/Shiny webapp which let's you look at reported incidents of graffiti within a selected timeframe in San Francisco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraffitiMap

An R/Shiny webapp which let's you look at reported incidents of graffiti within a selected timeframe in San Francisco

Try it out!

Screenshots

Clean Start Page Basic Usage

Usage

To use the app you'll need R and bash at the bare minimum.

This setup script downloads the entire Case Data file from the SF 311 Government website, so it might take a while since the file is pretty large. Run the following and maybe take a stretch break while everything sets up.

git clone https://github.com/kathawala/GraffitiMap.git
cd GraffitiMap
bash setupApp

It's a one-time setup! Once that's good and done, you can start up the app with the following command

bash runApp

After running that, you should see something like the following appear in your terminal

Listening on http://127.0.0.1:6692

Go ahead and paste that URL in your web browser and enjoy :)

About

An R/Shiny webapp which let's you look at reported incidents of graffiti within a selected timeframe in San Francisco

License:GNU General Public License v3.0


Languages

Language:R 96.2%Language:Shell 3.8%