https://github.com/billmei/flocktogether
Plan flights with friends
https://github.com/billmei/flocktogether
Last synced: 8 months ago
JSON representation
Plan flights with friends
- Host: GitHub
- URL: https://github.com/billmei/flocktogether
- Owner: billmei
- License: mit
- Created: 2014-06-01T19:55:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T16:18:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T15:26:51.347Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flock Together
Plan trips with your friends by letting everyone know where you want to travel in the future.Because birds of a feather flock together.
## TODO
- [ ] Facebook login: http://www.samstarling.co.uk/2011/07/facebook-connect-python/
## Installation Instructions
Python Version 2.7.4
Flask Version 0.10.1
$ virtualenv venv
$ source venv/bin/activate
$ pip install Flask gunicornRun with
$ python flocktogether.py