Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 26 days 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()
```