Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-rest-client/google
Components for integrating ARC with Google services
https://github.com/advanced-rest-client/google
Last synced: about 1 month ago
JSON representation
Components for integrating ARC with Google services
- Host: GitHub
- URL: https://github.com/advanced-rest-client/google
- Owner: advanced-rest-client
- License: other
- Created: 2021-10-27T04:37:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T21:24:38.000Z (about 3 years ago)
- Last Synced: 2024-11-08T16:50:05.490Z (about 2 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Components to integrate ARC with Google's services.
## Usage
### Installation
```sh
npm install --save @advanced-rest-client/google
```## Development
```sh
git clone https://github.com/advanced-rest-client/google
cd google
npm install
```### Running the demo locally
```sh
npm start
```### Running the tests
```sh
npm test
```