Skip to content

Commit dddfcf3

Browse files
committed
update README
1 parent 9a5704a commit dddfcf3

File tree

3 files changed

+16
-49
lines changed

3 files changed

+16
-49
lines changed

.autod.conf.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<h1 align="center">v2ex-api-bridge</h1>
88

9-
## QuickStart
109

1110
### Development
1211

@@ -15,6 +14,14 @@ $ npm install
1514
$ npm run dev
1615
```
1716

17+
Node.js >= 7.6.0 required(async & await native supported).
18+
19+
## Features
20+
21+
- ✔︎ Full APIs Wrapped
22+
- ✔︎ Restful Style
23+
- ✔︎ 100% Unit Test
24+
1825
### Unit Test
1926

2027
- [mocha], [thunk-mocha], [power-assert], [istanbul] is build-in to [egg-bin], so you can just use it.
@@ -34,13 +41,13 @@ $ npm run dev
3441
- more & more
3542
- develop `webapp` using this apis
3643

37-
### links
44+
### Links
3845

39-
[v2ex]: https://www.v2ex.com/
40-
[egg]: https://github.com/eggjs/egg
41-
[egg-bin]: https://github.com/eggjs/egg-bin
42-
[mocha]: http://mochajs.org
43-
[thunk-mocha]: https://npmjs.com/thunk-mocha
44-
[power-assert]: https://github.com/power-assert-js/power-assert
45-
[istanbul]: https://github.com/gotwarlost/istanbul
46+
- [V2EX] (https://www.v2ex.com/)
47+
- [egg] (https://github.com/eggjs/egg)
48+
- [egg-bin] (https://github.com/eggjs/egg-bin)
49+
- [mocha] (http://mochajs.org)
50+
- [thunk-mocha] (https://npmjs.com/thunk-mocha)
51+
- [power-assert] (https://github.com/power-assert-js/power-assert)
52+
- [istanbul] (https://github.com/gotwarlost/istanbul)
4653

appveyor.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)