@onflow/fcl-config
v0.0.1
Published
Flow Client Library - Configuration
Downloads
108
Maintainers
Keywords
Readme
@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