Skip to content

dwhao84/HW-44-JSON-Decoder

Repository files navigation

HW#44 JSON Decoder

This is a basic practice for a CRUD App. I'm using the Youbike API to create an App.

Here is the link for the JSON URL:

Youbike JSON URL

Let users easily navigate from their current location to the closest Youbike station.

Features:

- Display YouBike Stations on Map:

Through the map interface, users can clearly see the locations of various YouBike stations, each represented by an annotation. Annotations include the station's latitude and longitude, name, and other related information.

Watch Video

- Favorites Feature:

Users can save their favorite YouBike stations to the local database by clicking the favorite button. This allows users to conveniently manage and access their favorite stations, eliminating the need to search again.

Watch Video

- Navigate from Your Location to Nearby Station:

Users can use MKMapItem to navigate to nearby stations.

Watch Video

- View Detailed Information:

When users select a YouBike annotation on the map, the app displays detailed information about the station, including the station's name, address, number of available bikes, and number of available docks. This comprehensive information assists users in deciding whether to visit the station.

Watch Video

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages