Skip to content

🗺 R shiny app that lets you know where someone will be on a certain date

Notifications You must be signed in to change notification settings

invinceyble/where-is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Where is Vincey?

About the project

I built an R Shiny app that let people know where I was when I was travelling around Europe in Summer 2017. You can view the app here.

Data

I used Excel and VLOOKUPs to create a .csv file with the date and location latitude and longitude. This became the data source for the app.

How to deploy or build your own

To set up the app, browse to where you would like to keep your code locally, then run the following in your terminal.

git clone git@github.com:invinceyble/where-is.git
R -e "shiny::runApp('app.R')"

To customise the data to yours, copy the file data/data.csv and edit each of the columns:

date country city lat long

Then run the app in R or RStudio.

Sharing it online

There's a few ways to deploy the app online. I recommend using shinyapps.io.

About

🗺 R shiny app that lets you know where someone will be on a certain date

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages