#####Created by Adams Ombonga, Jevin Sindu, Caitlyn Chen and Sara Subbannna.
An app that allows bikers to discover the nearest bike racks, discover nearby trails, and pin the location for where they left their bike.
Disclaimer: This app was written by 4 students during a hackathon (#AH8) and is being open sourced to showcase what we made how we used different technologies to do that. The code written is not the cleanest nor does it follow common style or standards. Feel free to make a fork of this project and change it as you see fit.
Cycle is an app created during AngelHacks Hackathon (#AH8) by 4 MakeSchool Summer Academy Students. The app is written completely in swift and makes use of SF OpenData on bicycle racks within the city to plot the various points on the map. We used the Cloudant database from the IBM BlueMix Platform to easily store this data and created a REST API that we could easily call from within the app.
Cycle Icon made by Freepik from www.flaticon.com under Creative Commons 3.0 License
Tab-bar icons and button images found from icons8.com
The MIT License (MIT)
Copyright (c) 2015 (Adams Ombonga, Jevin Sindu, Caitlyn Chen and Sara Subbannna)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.