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

https://github.com/p-chan/gaeenv

Loads environment variables for Google App Engine
https://github.com/p-chan/gaeenv

app-engine environment google-cloud variables

Last synced: about 1 year ago
JSON representation

Loads environment variables for Google App Engine

Awesome Lists containing this project

README

          

# gaeenv

Loads environment variables for Google App Engine

## Install

```
npm install gaeenv
```

## Usage

```ts
import { config } from 'gaeenv'

config()
```