UNPKG

@makepad/school-names-turkey

Version:

A npm module that scrapes all the school names from turkish education ministry's page

8 lines (7 loc) 217 B
export default class SchoolDetailsScraper { private browser; private page; private config; init(headless?: boolean, args?: string[]): Promise<void>; getSchoolDetails(url: string): Promise<void>; }