Skip to content

Instantly share code, notes, and snippets.

View Yonodactyl's full-sized avatar
🐇
Wake up Neo . . .

Yon Montoto Yonodactyl

🐇
Wake up Neo . . .
View GitHub Profile
import SwiftUI
import SafariServices
import PlaygroundSupport
// lil news api
let apiURL = "https://api.lil.software/news"
struct News: Codable {
var articles: [Article]
}