Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/hubot-12horoscopes
Hubot script for 12 horoscopes (presented by Yahoo Japan)
https://github.com/sota1235/hubot-12horoscopes
Last synced: 29 days ago
JSON representation
Hubot script for 12 horoscopes (presented by Yahoo Japan)
- Host: GitHub
- URL: https://github.com/sota1235/hubot-12horoscopes
- Owner: sota1235
- License: mit
- Created: 2014-08-31T15:50:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T01:38:38.000Z (over 10 years ago)
- Last Synced: 2024-12-24T01:40:31.546Z (30 days ago)
- Language: CoffeeScript
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hubot-12horoscopes
====[![Build Status](https://travis-ci.org/sota1235/hubot-12horoscopes.svg)](https://travis-ci.org/sota1235/hubot-12horoscopes)
[![NPM version](https://badge.fury.io/js/hubot-12horoscopes.svg)](http://badge.fury.io/js/hubot-12horoscopes)占い結果を返してくれるHubot scriptです。
## Description
[YAHOO!JAPAN占い](http://fortune.yahoo.co.jp/12astro)より、12星座占いの結果を取得し、respondします。
## Demo
![demo](http://i.gyazo.com/786e6547b4c3f7759c6d8659e48f3495.png)
## Usage
日付はM月D日, MMDD形式のいずれかに対応しています。
```
hubot 占い 12月24日hubot 占い 1214
hubot 占い 0301
```## Install
```
% npm install hubot-12horoscopes -save
```### edit `external-script.json`
```json
["hubot-12horoscopes"]
```## Author
[@sota1235](https://github.com/sota1235)
## LICENSE
This software is released under the MIT License, see LICENSE.txt.