Skip to the content.

WBikes

Install

Final project for “Udacity iOS Developer Nanodegree”. The app allows you to view bike stations and their availability in more than 650 cities.

MapController SelectCityController SearchController FavoritesController InfoController

Implementation

The app has five view control scenes:

The application uses CoreData to store Cities and their stations. All API calls are executed in background and updated data is stored in each query using CoreData.

Testing The App:

Requirements

Credits

Citybikes

To date Citybikes supports more than 650 cities and the Citybikes API is the most widely used dataset for building bike sharing transportation projects.

License

Copyright 2020 Diego Guaña

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.