Overview

NY Times News App.

video.mp4

Installation

### create secret file
$ API_KEY=xxxx
$ APP_ID=yyyyy
$ to=nytimes/SupportFiles/Secret.swift
$ echo "let NY_TIMES_API_KEY = \"$API_KEY\"\nlet NY_TIMES_APP_ID = \"$APP_ID\"" > $to
$ cat $to

Features

Search Specification

  • Exact string matches, no fuzzy.
  • OR query opereting

Tech

  • Core: Swift 5.4 + UIKit
  • Packages: Not using any packages and pods
  • Architecture: MVC/MVVM

REF

LICENSE

MIT