https://github.com/kyledold/WordOfTheDay
SwiftUI iOS Widget and WatchOS app that randomly shows a word of the day with description and example.
https://github.com/kyledold/WordOfTheDay
Last synced: 8 days ago
JSON representation
SwiftUI iOS Widget and WatchOS app that randomly shows a word of the day with description and example.
- Host: GitHub
- URL: https://github.com/kyledold/WordOfTheDay
- Owner: kyledold
- License: mit
- Created: 2021-01-14T17:58:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T08:24:00.000Z (10 months ago)
- Last Synced: 2024-11-12T19:41:09.441Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 9.56 MB
- Stars: 85
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Word Of The Day
README
[](https://developer.apple.com/swift)
[]()
[](https://opensource.org/licenses/MIT)
iOS Widget and WatchOS app made in SwiftUI that displays a random word of the day with description and example of usuage.
![]()
![]()
![]()
## Requirements
- iOS 14.0+
- Xcode 12.0+## Contribute
If you have feature requests or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/kyledold/WordOfTheDay/issues/new).
Please take a moment to
review the [CONTRIBUTING](.github/CONTRIBUTING.md) guidelines.
## Third-Party LibrariesThis project uses [AlamoFire](https://github.com/Alamofire/Alamofire) to handle network requests.
## Data
The data for the project comes for [Wordnik](https://www.wordnik.com/) and you will need to request an API key from them and then reference it in the NetworkKit layer.
## License
"Word Of The Day" is released under the MIT license. See [LICENSE](mit) for details.
[https://github.com/kyledold](/)
[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg
[swift-url]: https://swift.org/
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE