Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 8be5eb1

Browse files
cschalk-googsqrrrl
andauthored
Cschalk 1st (#179)
* initial checkin of news sample * slight update to readme * A simple update to test new SSH key * another test submit * another tweak to readme. Just testing github * Initial Checkin of News Sentiment * Updates to ReadMe per initial review * final checkin per Readme review * Updated ReadMe * fixed the updated date in ReadMe * Final Final checkin per docs review Co-authored-by: Steven Bazyl <sbazyl@google.com>
1 parent 8525a49 commit 8be5eb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

news-sentiment/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Analyze the Sentiment of News Headlines
2+
title: Analyze the sentiment of news headlines
33
description: Analyze the sentiment of news headlines retrieved for a user-specified topic from a free news API.
44
labels: Apps Script, Sheets, Cloud Natural Language
55
material_icon: Feed
@@ -28,17 +28,17 @@ To run this solution you need to get 2 API keys, one from the [Google Cloud Natu
2828
To get an API key for the Google Cloud Natural Language API, you must configure a Google Cloud Platform (GCP) project.
2929

3030
1. Create a new or use an existing GCP project.
31-
1. Navigate to the [Google Cloud Platform console](https://console.cloud.google.com)
31+
1. Navigate to the [Google Cloud Platform console](https://console.cloud.google.com).
3232
* If you create a new project:
3333
* Select your associated billing account.
3434
* Accept the defaults for organization and location.
3535
* Click **Create**, and then select the new project in the console.
36-
1. At the top of the console, click <span class=”material-icons”>menu</span> <span aria-label="and then">></span> **APIs & Services**.
36+
1. At the top of the console, click Menu <span class=”material-icons”>menu</span> <span aria-label="and then">></span> **APIs & Services**.
3737
1. Click **+ Enable APIs and Services**.
3838
1. Search for `Cloud Natural Language API`, and enable it.
3939
1. On the left, click **Credentials** <span aria-label="and then">></span> **+ Create credentials**.
4040
1. In the drop-down menu, select **API key**.
41-
* Save this key to add to your Apps Script `Code.gs` file.
41+
1. Save this key to add to your Apps Script `Code.gs` file.
4242

4343
#### Register for the News API key
4444

0 commit comments

Comments
 (0)