Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Standard shareable module to work with dappforms

License

Notifications You must be signed in to change notification settings

FoundersAS/dappform-forms-api

Repository files navigation

dappform-forms-api

Standard shareable module to work with dappforms

Installation

npm install dappform-forms-api --save
yarn add dappform-forms-api

Usage

Javascript

const formsApi = require('dappform-forms-api');
console.log(formsApi.getForms('Boy'));
Output should be [ ... list of form objects ]

TypeScript

import { getForms } from 'dappform-forms-api'
console.log(getForms())
Output should be [ ... list of form objects ]

About

Standard shareable module to work with dappforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published