Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 381 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 381 Bytes

VCF Parser

Use this API parse your VCF contact on JSON.

Tech

  • Node Js

Installation

Clone the repository

$ git clone https://github.com/bychrisme/vcf-parser.git [project_name]

Install dependencies

$ cd [project_name]
$ npm i

Now you start

$ cp .env.example .env

$ npm start

Author

bychrisme