marinebon / p2p

Pole to Pole website
https://marinebon.github.io/p2p
3 stars 1 forks source link

+ eduardo's dashboard to each location page #11

Closed 7yl4r closed 10 months ago

7yl4r commented 5 years ago

Adding @diodon 's p2p dashboard to each location page would add a lot of interesting content. Travis should be able to rebuild & deploy the dashboard as a static website.

Additional TODOs:

More info in P2P Website Notes gdoc

diodon commented 5 years ago

One issue is that until the data is not public we cannot expose it in github. The dashboard need a set of data files to produce the output. Is there any way to have the data in a non-public repo and access it privately while building the dashboard?

7yl4r commented 5 years ago

Yes, there are ways to do this. The files are in google drive right now, correct? If that is where people are comfortable putting them we can connect to google drive using a private API key stored in the travis settings.

@bbest : didn't you do this before? I know it is possible but I haven't done this with google drive.