ekastimo / digital-kyc

A sample Vue/Vuetify App to demonstrate the OFAC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital KYC app with VueJs

Get yourself an API Key from from https://www.ofac-api.com/documentation.html

Go to the .env file and set it as an environmental variable

set VUE_APP_OFAC_API_KEY=your-api-key

How the app should look like

alt digital-kyc screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

A sample Vue/Vuetify App to demonstrate the OFAC API


Languages

Language:Vue 64.7%Language:TypeScript 26.7%Language:JavaScript 4.5%Language:HTML 4.1%