Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchagan/playo-find-venue
Find good Playo venues in convenient locations
https://github.com/punchagan/playo-find-venue
bangalore git-scraping google-maps playo sports
Last synced: 15 days ago
JSON representation
Find good Playo venues in convenient locations
- Host: GitHub
- URL: https://github.com/punchagan/playo-find-venue
- Owner: punchagan
- License: agpl-3.0
- Created: 2018-02-05T19:07:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:02:46.000Z (18 days ago)
- Last Synced: 2024-10-29T18:29:43.326Z (18 days ago)
- Topics: bangalore, git-scraping, google-maps, playo, sports
- Language: JavaScript
- Homepage: https://punchagan.github.io/playo-find-venue/
- Size: 14.4 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playo-find-venue
Find good [Playo](https://playo.co/) venues in convenient locations
## Motivation
A group of my friends in Bangalore have started playing Badminton regularly. We
often book a court through Playo, based on the availability in areas which are
conveniently reachable by a majority of us. Often, the courts end up being not
the best ones. This app was built to make this search easier.## Usage
- Visit the [website](https://punchagan.github.io/playo-find-venue/)
- Remove the default locations
- Enter locations of where each of the players is coming from
- Find a location in or around the area with the most overlap
- Book a venue
- Sweat it out!## Contributing
The app currently only works for Bangalore, Hyderabad & Chennai.
It is easy to add new cities, though. The `js/locations.json` file needs to be
updated with the location of the new city to track. The `fetch_venues.py` script
needs to be run once to fetch venues for the newly added city.## License
This code is licensed under the GNU AGPL v3. Please see the `LICENSE` file for
details.