Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegom1/nypopulararticles
SwiftUI App using SwiftData to show the most popular articles by share type and period of time.
https://github.com/diegom1/nypopulararticles
async-await ios-app swiftdata swiftui xcode
Last synced: about 10 hours ago
JSON representation
SwiftUI App using SwiftData to show the most popular articles by share type and period of time.
- Host: GitHub
- URL: https://github.com/diegom1/nypopulararticles
- Owner: DiegoM1
- Created: 2024-02-18T20:15:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T05:31:17.000Z (2 days ago)
- Last Synced: 2025-02-03T06:24:38.735Z (2 days ago)
- Topics: async-await, ios-app, swiftdata, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NYPopularArticles
SwiftUI App to show the most popular articles by share type and period of time. Development using SwiftData, async - await, ContentUnavailableView, Unit test, not third party libraries.
Documentation -> developer.nytimes.com/docs/most-popular-product/1/overview
## Installation
There is not third party libraries so there is any special installation but you are going to need to create a new string value with the key "Api_key" in the info.plist, if no the app is going to crash cause a fatal error.
## UI Screens
| Popular Articles | Liked Articles |
| --------------- | ------------ |
| ![Simulator Screenshot - iPhone 15 - 2024-02-18 at 16 13 50](https://github.com/DiegoM1/NYPopularArticles/assets/54748910/7c2ae888-451a-441e-adc0-85f2b079efe3) | ![Simulator Screenshot - iPhone 15 - 2024-02-18 at 16 14 51](https://github.com/DiegoM1/NYPopularArticles/assets/54748910/b121d921-2a31-48c6-acbf-e6f2b51bdbd2) |## GIFs
| Expand details, webView | Different service calls | Liked Articles |
| ---------- | -------- | -------- |
|![Simulator Screen Recording - iPhone 15 - 2024-02-18 at 16 33 36](https://github.com/DiegoM1/NYPopularArticles/assets/54748910/ffdb79c8-2836-43fc-8e7b-3d4959c9953f) | ![Simulator Screen Recording - iPhone 15 - 2024-02-18 at 16 32 27](https://github.com/DiegoM1/NYPopularArticles/assets/54748910/8238e7ee-74f8-47ab-8cf9-31c78657087d) | ![Simulator Screen Recording - iPhone 15 - 2024-02-18 at 16 35 25](https://github.com/DiegoM1/NYPopularArticles/assets/54748910/cfa460cc-f61c-4ea5-a3ac-ae834f33828b) |## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.