@onflow/fcl-config

v0.0.1
Flow Client Library - Configuration

@onflow/fcl-config

Recursively searches synchronously for a flow.json file, starting in the execution context moving towards the home directory inclusively.

Install

npm install --save @onflow/fcl-config

Usage

import {flowConfig} from "@onflow/fcl-config"
const config = flowConfig() // javascript object if found, error if not found
npm i @onflow/fcl-config

Metadata

Downloads