https://github.com/TennyZhuang/CamusAPI
Open API platform for Tsinghua University Developer.
https://github.com/TennyZhuang/CamusAPI
Last synced: 2 months ago
JSON representation
Open API platform for Tsinghua University Developer.
- Host: GitHub
- URL: https://github.com/TennyZhuang/CamusAPI
- Owner: TennyZhuang
- License: mit
- Created: 2016-11-24T02:20:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T11:30:56.000Z (over 8 years ago)
- Last Synced: 2024-10-14T09:30:02.495Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CamusAPI
[](https://travis-ci.com/TennyZhuang/CamusAPI)
[](https://coveralls.io/github/TennyZhuang/CamusAPI)
[](https://snyk.io/test/github/tennyzhuang/camusapi)
[](https://mzj14.gitbooks.io/camusapi-developer-doc/content)Open API platform for Tsinghua University Developer.
## Usage
### pre install
`node v7` is required.### install
```
npm install
```### run
```
npm start
```## Develop
```
npm run dev
```### lint
```
npm run lint
```you should pass the lint before every commit.
### test
```
npm run test
```### coverage
```
npm run coverage
```or
```
npm run coverage-es5
```### report coverage
```
npm run coveralls
```