A web app to find a meetup location for two people in a local area. Given two locations, it will find options in between them that can be used to meet up such as cafes, mini golf, and other options.
Developed @ HackArizona 2016
Hosted at http://n3a9.github.io/LetsChill/
To install and run, download repository and run open index.html
. Note: this is a static web application. If successful, browser will open with this:
Frontend: HTML5, CSS3, Google Material Design, Javascript, jQuery
Backend: Google AutoComplete API, Google Places API, Google Maps API
-
Fork and clone repository: Fork and clone the repository to your own profile. Fork: Click the fork button on the top right hand corner.
In terminal clone:
git clone [your cloned url]
in the directory you wish to keep a local copy. -
Update: Make changes and updates that you wish to add.
-
Commit: First, add the files you made changes to.
git add [files]
Commit to your repository the changes you made:
git commit -m "message"
-
Push: Push your commit to the branch you wish to update in terminal:
git push origin [branch]
-
Submit a pull request: Go to your repository and click "Compare & pull request." Confirm you want to submit a pull request for your updates.
Licensed under the ISC License.
If having issues, contact [email protected] for help.