Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagletmt/comic_walker
Client library for ComicWalker
https://github.com/eagletmt/comic_walker
Last synced: about 2 months ago
JSON representation
Client library for ComicWalker
- Host: GitHub
- URL: https://github.com/eagletmt/comic_walker
- Owner: eagletmt
- License: mit
- Created: 2014-03-28T01:46:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T06:38:09.000Z (about 9 years ago)
- Last Synced: 2024-11-01T01:41:47.758Z (about 2 months ago)
- Language: Ruby
- Size: 42 KB
- Stars: 23
- Watchers: 7
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ComicWalker
[![Gem Version](https://badge.fury.io/rb/comic_walker.svg)](http://badge.fury.io/rb/comic_walker)
[![Code Climate](https://codeclimate.com/github/eagletmt/comic_walker.png)](https://codeclimate.com/github/eagletmt/comic_walker)Client library for [ComicWalker](http://comic-walker.com/).
## Installation
Add this line to your application's Gemfile:
gem 'comic_walker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install comic_walker
## Usage
### CLI
```
% comic-walker save KDCW_KS04000001010001_68
item/xhtml/p-cover.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/000_p-cover.jpg
item/xhtml/p-001.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/001_p-001.jpg
item/xhtml/p-002.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/002_p-002.jpg
item/xhtml/p-white.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/003_p-white.jpg
item/xhtml/p-004.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/004_p-004.jpg
(snip)
``````
% comic-walker contents
冴えない彼女の育てかた http://comic-walker.com/contents/detail/KDCW_FS02000006010000_68
Updated: 2014-03-24 13:39:24
Deliver: 2014-03-24 13:35:00 - 2064-03-12 17:54:00
Episodes:
第1話 http://comic-walker.com/viewer/?cid=KDCW_FS02000006010001_68
Next: 2014-04-01 00:00:00
(snip)
```## Contributing
1. Fork it ( https://github.com/eagletmt/comic_walker/fork )
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. Create a new Pull Request