Skip to content

๐Ÿ“ฆ A package that lets you know information about Korean schools, meals, and schedules.

License

Notifications You must be signed in to change notification settings

Sh031224/school-info-kr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

school-info-kr

Package version Downloads Npm version
๐Ÿ“ฆ A package that lets you know information about Korean schools, meals, and schedules.

Installation

npm ์„ ํ†ตํ•ด ์„ค์น˜ํ•˜๊ธฐ

$ npm install school-info-kr --save

๋˜๋Š” yarn

$ yarn add school-info-kr

Usage

const school = require("school-info-kr");
school.search("๋Œ€๊ตฌ์†Œํ”„ํŠธ์›จ์–ด๊ณ ๋“ฑํ•™๊ต");

TypeScript ์—์„œ

import school from "school-info-kr";
school.search("๋Œ€๊ตฌ์†Œํ”„ํŠธ์›จ์–ด๊ณ ๋“ฑํ•™๊ต");

Example

import school from "school-info-kr";
school.search("๋Œ€๊ตฌ์†Œํ”„ํŠธ์›จ์–ด๊ณ ๋“ฑํ•™๊ต");
school.meal(schoolId, officeCode, new Date());
school.schedule(schoolId, officeCode, new Date());

Testing

npm run test

About

๐Ÿ“ฆ A package that lets you know information about Korean schools, meals, and schedules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published