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

https://github.com/dckt/how-old-i-am

Get your age dynamicatly
https://github.com/dckt/how-old-i-am

Last synced: about 1 month ago
JSON representation

Get your age dynamicatly

Awesome Lists containing this project

README

        

# How old I am ?

Get your age dynamicatly

```js
var getMyAge = require('how-old-i-am');

var myAge = getMyAge(1992, 8);
```

## API

**function(birthYear, birthMonth)**

- Your birth year
- your birth month, note: remember it's like arrays (start from 0)