UNPKG

get-mexican-data-by-curp

Version:

Verify CURP and obtain personal information from the Mexican government CURP. It scrapes official site and another providers.

5 lines (4 loc) 128 B
import { Mexican } from '../models'; export interface GovernmentScrapperCache { save: (mexican: Mexican) => Promise<any>; }