https://github.com/elizabethsiegle/flyoverkit_with_twilio
https://github.com/elizabethsiegle/flyoverkit_with_twilio
flyoverkit speech-recognition speech-to-text swift twilio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elizabethsiegle/flyoverkit_with_twilio
- Owner: elizabethsiegle
- Created: 2018-08-30T05:07:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T00:03:29.000Z (almost 7 years ago)
- Last Synced: 2025-06-18T10:53:06.970Z (4 months ago)
- Topics: flyoverkit, speech-recognition, speech-to-text, swift, twilio
- Language: Swift
- Homepage: https://www.twilio.com/blog/intro-to-speech-recognition-in-swift-via-flyoverkit
- Size: 615 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Flyoverkit_with_twilio
FlyoverKit is an extremely cool iOS library that lets you "present stunning 360° flyover views" within a `MKMapView`. What does that mean? With Swift, you can visit
* USA
* Statue of Liberty
* New York
* Golden Gate Bridge
* Central Park (NYC)
* Googleplex
* Miami Beach
* Laguna Beach
* Griffith Observatory
* Luxor Resort Las Vegas
* Apple HQ
* Germany
* Berlin Brandenburger Gate
* Hamburg Town Hall
* Cologne Cathedral
* Munich Church
* Neuschwanstein Castle
* Hamburg Philharmonic
* Muenster Castle
* Italy
* Colosseum
* Piazza di Trevi
* Spain
* Sagrada Familia
* England
* Big Ben
* London Eye
* Australia
* Sydney Opera House
* France
* Eiffel Tower#### Master branch
The *master* branch corresponds to an iOS project that travels the world with [FlyoverKit](https://github.com/SvenTiigi/FlyoverKit) via speech recognition using the iOS Speech library. You can read more about how this app was built on the [Twilio blog](https://www.twilio.com/blog/intro-to-speech-recognition-in-swift-via-flyoverkit).#### Part-1-simplified branch
The *part-1-simplified* branch is a simple iOS application where different locales are visited in a `MKMapView` via `UIButton` press. The different famous monuments (of type `FlyoverAwesomePlace`) are randomized from an array. You can read more about how this app was built on the [Twilio blog](https://www.twilio.com/blog/draft-travel-the-world-with-flyoverkit-in-swift-8).