Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T08:24:00.000Z (7 months ago)
- Last Synced: 2024-08-03T17:15:20.657Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 9.56 MB
- Stars: 79
- Watchers: 1
- Forks: 17
- 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
[![Language](http://img.shields.io/badge/language-swift-orange?style=flat
)](https://developer.apple.com/swift)
[![Platform](https://img.shields.io/badge/platform-iOS%20%7C%20WatchOS-blue)]()
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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