https://github.com/souris-dev/pcc-google-apis
Google OAuth API usage in node.js
https://github.com/souris-dev/pcc-google-apis
Last synced: 2 months ago
JSON representation
Google OAuth API usage in node.js
- Host: GitHub
- URL: https://github.com/souris-dev/pcc-google-apis
- Owner: souris-dev
- Created: 2022-04-22T17:36:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T17:38:00.000Z (about 3 years ago)
- Last Synced: 2025-01-23T05:14:22.135Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google OAuth API sample App
## By 19BCE0392, Souris Ash
This was done as a digital assignment for the course Principles of Cloud Computing for demonstration of Google APIs.
Steps to run the app:
1. Clone the repository.
2. Rename `utils/keys.example.js` to `utils/keys.js` and put your keys and secrets in it.
3. Run the following from the root directory of the repository on the command line:```
npm install
npm run start
```