Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.