Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngzhian/whatthecrop-twilio
WhatTheCrop is our submission for Spaceapps NYC 2015. This repo holds the notifcation portion of our work.
https://github.com/ngzhian/whatthecrop-twilio
Last synced: about 1 month ago
JSON representation
WhatTheCrop is our submission for Spaceapps NYC 2015. This repo holds the notifcation portion of our work.
- Host: GitHub
- URL: https://github.com/ngzhian/whatthecrop-twilio
- Owner: ngzhian
- Created: 2015-04-12T16:04:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T17:06:49.000Z (over 9 years ago)
- Last Synced: 2024-10-13T06:50:55.730Z (3 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Python Starter Application
Bluemix provides a python starter application as a template so that you can add your code and push the changes back to the Bluemix environment.
## Files
The Python starter application has files as below:
* server.py
This file contains a simple web server written in the Python programming language.
* static/
This directory contains the static files that are part of this application.
* Procfile
This file is required by the Python buildpack. It specifies the command to start the app.
* requirements.txt
This file is required by the Python buildpack. Its presence indicates that the application is a created for this buildpack. It can be used to list extra python packages not included by the buildpack by default.