Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cht8687/year-of-sheep

Check if the year is year of sheep in Chinese Zodiac
https://github.com/cht8687/year-of-sheep

Last synced: 10 days ago
JSON representation

Check if the year is year of sheep in Chinese Zodiac

Awesome Lists containing this project

README

        

# year-of-sheep [![Build Status](https://travis-ci.org/cht8687/year-of-sheep.svg?branch=master)](https://travis-ci.org/cht8687/year-of-sheep)

> Check if is year of Sheep

## Install

```
$ npm install --save year-of-sheep
```

## Usage

```js

const yearOfSheep = require('year-of-sheep');

yearOfSheep(1991);
// true

yearOfSheep(1992);
// false

```
## API

### yearOfSheep([year])

#### year

Type: `number`
Default: current year

### yearOfSheep([date])

#### date

Type: `date`
Default: `new Date()`

## License

MIT © [haotian Chang](https://github.com/cht8687)