An open API service indexing awesome lists of open source software.

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)

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.