-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add YouTube API enabling steps in readme.md #117
Changes from 2 commits
2071eeb
601bae2
e438a75
4a1556e
904bb90
cfc7f0b
ed42314
7fcce2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,20 @@ origin https://github.com/YOUR_GITHUB_USER_NAME/stem-diverse-tv (push) | |
upstream https://github.com/anitab-org/stem-diverse-tv (fetch) | ||
upstream https://github.com/anitab-org/stem-diverse-tv (push) | ||
``` | ||
## YouTube Data API Enabling | ||
|
||
**Steps** | ||
|
||
- You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. | ||
- Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. | ||
- After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: | ||
- Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. | ||
- Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 | ||
- If your application will use any API methods that require user authorization, read the [authentication](https://developers.google.com/youtube/v3/guides/authentication) guide to learn how to implement OAuth 2.0 authorization. | ||
- Select a [client library](https://developers.google.com/youtube/v3/libraries) to simplify your API implementation. | ||
- Familiarize yourself with the core concepts of the JSON (JavaScript Object Notation) data format. JSON is a common, language-independent data format that provides a simple text representation of arbitrary data structures. For more information, see [json.org](http://json.org/). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the last three steps are not related to the youtube api enabling process and can be removed. We just need steps for enabling youtube api in google dev console. |
||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, no need for these newlines. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can put dots after numbers to get an enumerated list. |
||
|
||
## Contributing | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@s4-2 As these steps follow a certain order, this list should be a numbered list instead of bullet points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay