FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-api-proxy/app.json at master · hackathonprojs/node-api-proxy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hackathonprojs
/
node-api-proxy
Public
forked from
shurrey/node-api-proxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-api-proxy
/
app.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 727 Bytes
Breadcrumbs
node-api-proxy
/
app.json
Copy path
File metadata and controls
26 lines (26 loc) · 727 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name"
:
"
node-api-proxy
"
,
"description"
:
"
Redirect your api-calls
"
,
"keywords"
: [
"
node
"
,
"
api
"
,
"
express
"
,
"
request
"
,
"
cors
"
,
"
REST
"
],
"logo"
:
"
http://i.imgur.com/BrKY4I3.png
"
,
"repository"
:
"
https://github.com/jesperorb/node-api-proxy
"
,
"env"
: {
"API_URL"
: {
"description"
:
"
The root-url to your api. For example if you want to call the GitHub API: 'https://api.github.com/'
"
},
"API_KEY_NAME"
: {
"description"
:
"
The name of your API key. This can be something like: 'apiKey', 'apikey', 'appid', 'access_token'
"
},
"API_KEY_VALUE"
: {
"description"
:
"
The value of your API key. The long string after '=' :)
"
}
},
"image"
:
"
heroku/nodejs
"
}
Back
|
FazBrowse Home
|
New Git URL