Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T11:30:56.000Z (about 8 years ago)
- Last Synced: 2024-10-14T09:30:02.495Z (3 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
[![Build Status](https://travis-ci.com/TennyZhuang/CamusAPI.svg?token=C8n3oe9sybsg818bK5tB&branch=master)](https://travis-ci.com/TennyZhuang/CamusAPI)
[![Coverage Status](https://coveralls.io/repos/github/TennyZhuang/CamusAPI/badge.svg)](https://coveralls.io/github/TennyZhuang/CamusAPI)
[![Known Vulnerabilities](https://snyk.io/test/github/tennyzhuang/camusapi/badge.svg)](https://snyk.io/test/github/tennyzhuang/camusapi)
[![API Document](https://img.shields.io/badge/help-gitook-orange.svg?style=flat)](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
```