Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit d097399

Browse files
committed
fixed some typos, updated code for cloudfoundry
1 parent 66f7e3e commit d097399

File tree

112 files changed

+28
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+28
-8
lines changed

.DS_Store

-2 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 5 deletions

flightassist-weather/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python src/app.py

flightassist-weather/manifest.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
applications:
3+
- name: filght-weather
4+
memory: 256M
5+
command: python src/app.py
6+
domain: mybluemix.net
7+
buildpack: python_buildpack
8+
path: .
9+
env:
10+
DEPLOY: cloudfoundry
11+
WEATHER_URL: fill_In_Here
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Flask
2+
gunicorn
3+
requests

main_application/.DS_Store

6 KB
Binary file not shown.

main_application/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ applications:
1616
services:
1717
- mycloudant
1818
- myweatherinsights
19+
env:
20+
DEPLOY: cloudfoundry
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)