Skip to content

Commit ef7cf70

Browse files
committedAug 14, 2014
add deploy heroku button
1 parent 5cb2ce3 commit ef7cf70

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<h1>Google Spreadsheet parser for United States Naval Academy galley menu</h1>
22

3+
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/ansonl/menuformatter)
4+
35
- Galley menu located [here](https://docs.google.com/a/usna.edu/spreadsheets/d/117RRZoomI9peIgAEQmvMPjo6dPvAEcbP7qyoLprwEJc/).
46
- Feed
57
- add /GIDHERE/public/values?hl=en_US&alt=json
68
- [example](https://spreadsheets.google.com/feeds/list/117RRZoomI9peIgAEQmvMPjo6dPvAEcbP7qyoLprwEJc/GIDHERE/public/values?hl=en_US&alt=json).
79

810

911
- 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.
1113

1214

1315

‎app.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)
Please sign in to comment.