An open API service indexing awesome lists of open source software.

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

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).