Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/gominohi
ゴミの日データを生成します。(札幌市のみ対応)(非公式です)
https://github.com/myokoym/gominohi
Last synced: 2 days ago
JSON representation
ゴミの日データを生成します。(札幌市のみ対応)(非公式です)
- Host: GitHub
- URL: https://github.com/myokoym/gominohi
- Owner: myokoym
- License: mit
- Created: 2014-09-30T15:59:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T01:47:02.000Z (almost 6 years ago)
- Last Synced: 2023-03-22T14:07:19.254Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gominohi
ゴミの日データを生成します。
## Installation
$ gem install gominohi # 未リリース
Or
$ git clone https://github.com/myokoym/gominohi.git
$ cd gominohi
$ rake install## Usage
$ gominohi generate 地区 開始日 終了日 特殊曜日の順序(1-4)
For example:
$ gominohi generate shiroishi_1 2014-09-01 2015-09-30 1
### 特殊曜日の順序
* 1
[:paper, :not_burn, :paper, :leaf]
* 2
[:leaf, :paper, :not_burn, :paper]
* 3
[:paper, :leaf, :paper, :not_burn]
* 4
[:not_burn, :paper, :leaf, :paper]
## Testing
$ bundle install
$ rake test(運が良ければ[きのたん][]に会えるかも?)
[きのたん]:http://test-unit.github.io/ja/#test-unit-notify
## Authors
* Masafumi Yokoyama ``
## License
MIT License. See LICENSE.txt for details.
## 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. Create a new Pull Request