This project use free api from https://newsapi.org/
- headline default (us)
- headline select country
- search news (keyword)
- search news (category)
- save local news
- setting change darkmode
- setting delete local save
- Everything
~
https://newsapi.org/v2/everything?q=bitcoin&apiKey=API_KEY
- Parameter:
q= ???,apiKey= ??
- Top Headline In Country
~
https://newsapi.org/v2/top-headlines?country=us&apiKey=API_KEY
- Parameter:
country= ???,apiKey= ??
- Top Headline A-Z with API_KEY
~
https://newsapi.org/v2/top-headlines/sources?apiKey=API_KEY
- Parameter:
apiKey= ??
API Doc: https://newsapi.org/docs/endpoints
- API Key 1 = 9f7d91151b7d46d4a3be011aa9878deb
- API Key 2 = eda6154a62744b7bbad849130a7f7b6f
- Free api news for developer accounts are limited to 100 requests over a 24 hour
- Languague use SwiftUI
