https://github.com/designatednerd/wrongway
A project for https://stupidhackath.no/
https://github.com/designatednerd/wrongway
Last synced: 3 months ago
JSON representation
A project for https://stupidhackath.no/
- Host: GitHub
- URL: https://github.com/designatednerd/wrongway
- Owner: designatednerd
- License: mit
- Created: 2018-05-26T12:02:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:49:21.000Z (about 7 years ago)
- Last Synced: 2025-03-18T08:55:30.760Z (3 months ago)
- Language: Swift
- Size: 3.32 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WrongWay
A project for https://stupidhackath.no/This project started here:

And ended here (heads up: NSFW language, you might want put your headphones on):
[](https://www.youtube.com/watch?v=VR4cF1ixGMo "Stupid Hackathon Video")
## If you actually want to run this
You'll notice that the `APIKeys.swift` file is missing, because apparently now Google is going to start billing people for maps and places API use.
To fix this, make your own `APIKeys.swift` and replace the contents with:
```swift
import Foundationenum APIKey: String {
case GoogleMaps = "YOUR_GOOGLE_MAPS_API_KEY"
}
```replacing `YOUR_GOOGLE_MAPS_API_KEY` with...your Google Maps API key.