WTFSIW, for quick and easy wifi cafe recommendations.
- Product Owner: Lawrence Kang
WTFSIW can provide you a local wifi cafe to work at based on your location. Your location can be detected through your browser, or entered manually. If you don't like the recommendation, click on the button to get additional recommendations.
- Python
- Django
- Django Response library (see Installing Dependencies, below)
- Jquery (CDN linked in JS file)
- Yelp API (Local file included as yelp.py; GET requests are encoded in views.py)
- Google Reverse Geocode API (GET requests are encoded in views.py)
- Google Embed Maps API (GET requests are encoded in views.py)
- Clone the repo
- Navigate to the folder
- At the command line, enter: "pip install -r requirements.txt"
Implemented Features:
[x] Yelp API integration [x] Google Maps reverse geocoding [x] Google Embed Maps API integration [x] Browser location lookup [x] Allow users to search by address [x] Store data in localStorage [x] Go to next result
Open Issues: [ ] Implement Oauth/authentication by service [ ] Implement persistent storage using Django API [ ] Testing! [ ] Deployment
View the project roadmap https://github.com/lawrencekang/wtfsiw/issues
TBD