File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
<h1 >Google Spreadsheet parser for United States Naval Academy galley menu</h1 >
2
2
3
+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.png )] ( https://heroku.com/deploy?template=https://github.com/ansonl/menuformatter )
4
+
3
5
- Galley menu located [ here] ( https://docs.google.com/a/usna.edu/spreadsheets/d/117RRZoomI9peIgAEQmvMPjo6dPvAEcbP7qyoLprwEJc/ ) .
4
6
- Feed
5
7
- add /GIDHERE/public/values?hl=en_US&alt=json
6
8
- [ example] ( https://spreadsheets.google.com/feeds/list/117RRZoomI9peIgAEQmvMPjo6dPvAEcbP7qyoLprwEJc/GIDHERE/public/values?hl=en_US&alt=json ) .
7
9
8
10
9
11
- Each week has a different spreadsheet GID.
10
- - Spreadsheet IDs increment by one from 1 - 6.
12
+ - Spreadsheet IDs increment by one from 1 - 6.
11
13
12
14
13
15
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Menu Formatter" ,
3
+ "description" : " USNA menu feed formatter written in Go" ,
4
+ "keywords" : [
5
+ " usna" ,
6
+ " menu" ,
7
+ " Golang"
8
+ ],
9
+ "website" : " http://navy.herokuapp.com" ,
10
+ "repository" : " https://github.com/ansonl/menuformatter" ,
11
+ "logo" : " https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/c57.0.160.160/p160x160/1531967_192881937585643_1337122288_n.png?oh=492aeceb180e5d0ef52cc1a3a40e2e67&oe=54682771&__gda__=1416438693_c7456783fa72130a4dfb4e1255a737d6" ,
12
+ "success_url" : " /uptime" ,
13
+ "env" : {
14
+ "BUILDPACK_URL" : " https://github.com/kr/heroku-buildpack-go.git" ,
15
+ "PORT" : {
16
+ "description" : " Web server listening port." ,
17
+ "value" : " 80"
18
+ }
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments