https://github.com/hawx1993/judge
🎿A lightweight vanilla JavaScript library for judging
https://github.com/hawx1993/judge
javascript judge
Last synced: 10 months ago
JSON representation
🎿A lightweight vanilla JavaScript library for judging
- Host: GitHub
- URL: https://github.com/hawx1993/judge
- Owner: hawx1993
- Created: 2016-01-18T01:30:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T07:58:01.000Z (over 2 years ago)
- Last Synced: 2024-12-10T00:07:31.715Z (over 1 year ago)
- Topics: javascript, judge
- Language: TypeScript
- Homepage: https://hawx1993.github.io/judge
- Size: 3.34 MB
- Stars: 74
- Watchers: 8
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A lightweight vanilla JavaScript library for judging.https://tonicdev.com/trigkit4/judgejs
[](https://badge.fury.io/js/judgejs)


# Features
- 没有任何依赖
- 支持 `AMD` & `CommonJS`
- 支持typescript
- 轻量级(10kb)
## Quick Start
```js
$ yarn
// unit test
$ npm test
```
>使用`npm`安装`judgejs`:
```js
$ npm install judgejs
// or yarn
$ yarn add judgejs
```
>使用`bower` 安装`judgejs`
```js
$ bower install judgejs
```
#### API: https://hawx1993.github.io/judge/#/