Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eiel/is-gas
- Owner: eiel
- License: mit
- Created: 2017-08-30T11:02:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T07:58:26.000Z (9 months ago)
- Last Synced: 2024-04-12T15:14:49.630Z (9 months ago)
- Topics: browser, flow, gas, google-apps-script, nodejs
- Language: JavaScript
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```