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

https://github.com/dawsbot/rainge

Make copyright's great again
https://github.com/dawsbot/rainge

Last synced: about 1 year ago
JSON representation

Make copyright's great again

Awesome Lists containing this project

README

          

# rainge
[![npm version](https://img.shields.io/npm/v/rainge.svg)](https://www.npmjs.com/package/rainge)
[![npm download count](http://img.shields.io/npm/dm/rainge.svg?style=flat)](http://npmjs.org/rainge)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)




Linux & OSX
Windows












> Use date ranges that never need updating


## Install

```
npm install --save rainge
```


## Usage

#### Node

```js
const rainge = require('rainge');

// assuming the current year is 2018:
rainge(2018);
//=> '2018'

rainge(2009);
//=> '2009 - 2018'
```


#### Web

```html

alert('\u00A9 ' + rainge(1999));
//=> © 1999 - 2018

```


Or download it with `npm install --save rainge` and reference it as:

```html

```


## About

I was tired of seeing websites in 2016 that said
> © 2015

or even worse
>© 2012 - 2014

Using `rainge`, you set your copyright year once and it will **automatically change year-to-year**. `rainge(2016)` would return `"2016"` until 2017, at which point `rainge(2016)` would return `"2016 - 2017"`


## API

### rainge(startYear)

##### startYear

Type: `string` || `number`

#### returns

Type: `string`


## Related

* [updateyourfooter.com](http://updateyourfooter.com/)


## License

MIT © [Dawson Botsford](https://dawsbot.com)