Skip to content

Commit 0c54416

Browse files
committed
๐Ÿ’„ ใƒใƒƒใƒ‚ใ‚’่ฟฝๅŠ 
1 parent c3e8687 commit 0c54416

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

โ€ŽREADME.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# qiita-js-2
2+
[![npm](https://img.shields.io/npm/v/qiita-js-2.svg)](https://www.npmjs.com/package/qiita-js-2)
3+
[![Build Status](https://travis-ci.org/neet/qiita-js-2.svg?branch=master)](https://travis-ci.org/neet/qiita-js-2)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/9eb161f2bd4b1f062c9c/maintainability)](https://codeclimate.com/github/neet/qiita-js-2/maintainability)
5+
26
Modern Qiita v2 API client for Node/Browser
37

48
## ไฝฟใ„ๆ–น
@@ -51,3 +55,36 @@ client.createItem({
5155
```
5256

5357
ๅˆฉ็”จๅฏ่ƒฝใชใ™ในใฆใฎใƒกใ‚ฝใƒƒใƒ‰ใฎใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใฏ[ใ“ใกใ‚‰ใ‹ใ‚‰ใ”่ฆงใ„ใŸใ ใ‘ใพใ™](https://neet.github.io/qiita-js-2/classes/_client_qiita_.qiita.html)ใ€‚
58+
59+
60+
## ้–‹็™บ
61+
้–‹็™บใซๅฟ…่ฆใชใƒ‘ใƒƒใ‚ฑใƒผใ‚ธใ‚’ใ‚คใƒณใ‚นใƒˆใƒผใƒซใ—ใพใ™
62+
```
63+
yarn --pure-lockfile
64+
```
65+
66+
ไธ‹่จ˜ใฎใ‚ณใƒžใƒณใƒ‰ใงใƒ“ใƒซใƒ‰ใ—ใพใ™
67+
```
68+
yarn run test # ใƒ†ใ‚นใƒˆใ‚’ๅฎŸ่กŒใ—ใพใ™
69+
yarn run build # JSใ‚’ใƒ“ใƒซใƒ‰ใ—ใพใ™
70+
yarn run docs:build # ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใ‚’็”Ÿๆˆใ—ใพใ™ใ€‚
71+
```
72+
73+
## Maintainers
74+
75+
<table>
76+
<tbody>
77+
<tr>
78+
<td align="center">
79+
<a href="https://github.com/neet">
80+
<img width="120" height="120" src="https://github.com/neet.png?size=120">
81+
</br>
82+
Neetshin
83+
</a>
84+
</td>
85+
</tr>
86+
<tbody>
87+
</table>
88+
89+
## License
90+
MIT

0 commit comments

Comments
ย (0)