- Daftarkan diri di www.newsapi.org dan dapatkan key api
- Buat sebuah file config_key.js | Path: /src/config_key.js
- isikan config_key.js dengan
const fetch_link = "https://newsapi.org/v2"
const key_news_api = "super_secret_key"
export{
fetch_link,
key_news_api
}