Skip to content

iOS app developed using SwiftUI to display top headlines of the day using News API

License

Notifications You must be signed in to change notification settings

cyberpirate92/SwiftUI-NewsApp

Repository files navigation

SwiftUI News App

iOS app developed using SwiftUI to display top headlines of the day using News API (https://newsapi.org)

Makes use of the excellent URLImage package for asynchronously loading images from remote urls.

Building the project

You will need a API Key from NewsAPI to build this project.

Once you get the API key, create a new file Constants.swift and add the following variable with your API key as the value

let NEWS_API_KEY = "<API KEY HERE>"

Once this is done, the app can be built without errors.

Screenshots

About

iOS app developed using SwiftUI to display top headlines of the day using News API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages