From 662544c8c9e4aee6fdafea10ed6a531cb6c494bc Mon Sep 17 00:00:00 2001 From: daarcher04 <40646153+daarcher04@users.noreply.github.com> Date: Fri, 25 Sep 2020 15:24:04 -0500 Subject: [PATCH 1/3] Add API key instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce1650d..7eac1ec 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ cd ProgressiveNewsApp #### :desktop_computer: [Live Demo](https://vinitshahdeo.github.io/ProgressiveNewsApp/) +### Where to get an API key + +- Go to the - [news API website](https://newsapi.org) and sign up for an API key + ### Running locally - Serve folder with your server of choice. For instance by using `npm install -g serve` From 15ebc9734d1e85619a4a51e90efb1100e5863617 Mon Sep 17 00:00:00 2001 From: daarcher04 <40646153+daarcher04@users.noreply.github.com> Date: Fri, 25 Sep 2020 15:24:41 -0500 Subject: [PATCH 2/3] Add API key instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eac1ec..cb8d5ba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cd ProgressiveNewsApp ### Where to get an API key -- Go to the - [news API website](https://newsapi.org) and sign up for an API key +- Go to the [news API website](https://newsapi.org) and sign up for an API key ### Running locally From eaef069b9d692709ecab435c7f9d3845ec080148 Mon Sep 17 00:00:00 2001 From: daarcher04 <40646153+daarcher04@users.noreply.github.com> Date: Fri, 25 Sep 2020 15:26:12 -0500 Subject: [PATCH 3/3] Add API key instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb8d5ba..fb9afb4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ cd ProgressiveNewsApp - Go to the [news API website](https://newsapi.org) and sign up for an API key +- Copy your API key into line 1 of app.js + ### Running locally - Serve folder with your server of choice. For instance by using `npm install -g serve`