Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Google

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