@makepad/school-names-turkey
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

school-names-turkey

A npm package that scrapes all school names in Turkey.

To install

npm i school-names-turkey

Usage example

import { writeFileSync } from 'fs';
import {default as getSchoolNames, SchoolInformation } from '@makepad/school-names-turkey';

getSchoolNames(true).then((result) =>   writeFileSync('result.json', JSON.stringify(result, undefined, 4), { encoding: 'utf-8' }));

Package Sidebar

Install

npm i @makepad/school-names-turkey

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

9.85 MB

Total Files

25

Last publish

Collaborators

  • kaanyagci
  • idilsaglam