https://github.com/monte9/listenn
Listnn is a iOS app that turns your iPhone into a audio travel guide as you explore the city.
https://github.com/monte9/listenn
Last synced: about 1 year ago
JSON representation
Listnn is a iOS app that turns your iPhone into a audio travel guide as you explore the city.
- Host: GitHub
- URL: https://github.com/monte9/listenn
- Owner: Monte9
- Created: 2016-05-03T03:03:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T01:24:12.000Z (over 9 years ago)
- Last Synced: 2025-03-16T12:42:43.266Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 14.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Listenn App
**Listenn** is an iOS app that give you an audio tour of the city as your drive/walk past monument and landmarks allowing you to explore the city in an interactive way.
Status: *In development*
App store: **July 30th, 2016**
## User Stories
The following features are implemented:
- [x] Map view showing all the landmarks annotated on the map
- [x] Map view allows dropping a pin to update landmarks
- [x] List view showing all the landmarks with wikipedia web links & plays sound
- [x] Map view annotation of landmarks gives directions and plays sound on touch
- [x] Search capabilities to look up places directly with updated map and list view
- [x] Location tracking keeps track of car/bike movement and updates landmarks periodically
## Video Walkthrough

## App Idea

## Mocks


## Notes
The app uses Wikipedia API, Google's Geocoding API, Apple MapKit, Text-to-Speech and custom animations.
Open to suggestions and feedback. Please email mthakkar@mail.sfsu.edu
## Resources
- [Google Geocodoing API](https://developers.google.com/maps/documentation/geocoding/start)
- [Wikipedia API](https://www.mediawiki.org/wiki/API:Tutorial)
- [SVGeocoder project](https://github.com/TransitApp/SVGeocoder)
- [CLLocationManager project](https://github.com/igroomgrim/CLLocationManager-Singleton-in-Swift)
- [MapLocationAnimation project](https://github.com/larrynatalicio/15DaysofAnimationsinSwift/tree/master/Animation%2003%20-%20MapLocationAnimation)
## License
Copyright [2016] [Monte Thakkar]
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.