LetsChill
LetsChill copied to clipboard
HackArizona 2016 Project
LetsChill
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
Installation and Usage
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:
Technologies Used
Frontend: HTML5, CSS3, Google Material Design, Javascript, jQuery
Backend: Google AutoComplete API, Google Places API, Google Maps API
Contribute
-
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.
Contributers
License
Licensed under the ISC License.
Troubleshooting/Contact
If having issues, contact [email protected] for help.