Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.