https://github.com/nahidshrabon/hacker-news
Fetch News from API (SwiftUI)
https://github.com/nahidshrabon/hacker-news
swift swiftui urlsession
Last synced: 2 months ago
JSON representation
Fetch News from API (SwiftUI)
- Host: GitHub
- URL: https://github.com/nahidshrabon/hacker-news
- Owner: nahidshrabon
- Created: 2023-03-27T17:27:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T08:14:29.000Z (about 3 years ago)
- Last Synced: 2025-03-05T07:45:46.778Z (over 1 year ago)
- Topics: swift, swiftui, urlsession
- Language: Swift
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hacker-news
This application has the following features -
1. It shows a list of entries from Search Hacker News, prioritized by points. API: https://hn.algolia.com/api/v1/search?tags=front_page
2. We can tap a news entry and navigate to the details in the web view.
3. Additionally, we can search for the news with keywords.
