Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eiel/is-gas

Check Platform for Google Apps Script
https://github.com/eiel/is-gas

browser flow gas google-apps-script nodejs

Last synced: about 1 month ago
JSON representation

Check Platform for Google Apps Script

Awesome Lists containing this project

README

        

# is-gas
[![npm version](https://badge.fury.io/js/is-gas.svg)](https://badge.fury.io/js/is-gas)

Check Platform for Google Apps Script

# Install

```
$ npm install is-gas
```

# Usage

```
import isGas from 'is-gas'

const is_gas = isGas()

if (is_gas) {
// case Google Apps Script
}
```