Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/puns
iOS/Go app that shows the best puns
https://github.com/xasos/puns
Last synced: about 1 month ago
JSON representation
iOS/Go app that shows the best puns
- Host: GitHub
- URL: https://github.com/xasos/puns
- Owner: xasos
- License: mit
- Created: 2014-11-26T01:31:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T02:56:50.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:29.834Z (3 months ago)
- Language: Swift
- Homepage: https://getpuns.herokuapp.com/
- Size: 364 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puns
====
[![forthebadge](http://forthebadge.com/badges/built-with-love.svg)](http://forthebadge.com)Puns is an iOS/Apple Watch application built in Swift that shows you the best puns. Since I couldn't find a good API that gives puns, I decided to write one myself in Go/Martini, available in the [Backend folder](Backend). (I sincerely apologize in advance if these puns are horrible).
## Running Application
```sh
# Frontend is a standard Xcode project. All you need to do is hit run.
# Backend
$ godep restore
$ go run app.go
```## License
[MIT License](LICENSE)