An open API service indexing awesome lists of open source software.

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

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
```