/Email-Validation

Email Validation using abstract api

Primary LanguageVue

validate-email

Pre-requisites

  • Create an account on Abstract api.
  • Create a .env.local file (DO NOT COMMIT TO VERSION CONTROL) using .env.example as an example
  • Add your private key as the value for VUE_APP_API_KEY

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

To use app

  • Copy either of the the app links available on the terminal and open the link on your browser
  • Proceed to enter an email address to verify it

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint