Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```