Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
deflis committed Oct 8, 2015
0 parents commit a61ed7f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# node-narou

なろう小説APIのラッパーライブラリです。

## Installation

```
npm install narou
```

## Usage - API

準備中

## Example

準備中

## Development

```
# watch
npm run watch
# build
npm run build
# test
npm run test
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

MIT

0 comments on commit a61ed7f

Please sign in to comment.