Skip to content

douglas-watson/httpsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPS Proxy for google docs

  • Douglas Watson
  • November 2015
  • License: MIT (see LICENSE.md)

I built a Shiny application that fetches data from a Google Spreadsheet. This works great on my laptop, but fails on shinyapps.io, where https requests are blocked. This small google app engine project works as an https to http proxy.

Running this requires the Google App engine Golang SDK. Download it and place it in in ~/apps/go_appengine/. Activate the development environment with:

source env_setup.sh

Then run the development environment with:

goapp serve

To publish to App Engine, create a new app on https://console.developers.google.com, and follow the instructions there.

About

HTTPS to HTTP proxy Google App Engine project, to fetch HTTPS data from shinyapps.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published