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

https://github.com/nswbmw/objectid-to-timestamp

objectId to timestamp, in `ms`.
https://github.com/nswbmw/objectid-to-timestamp

Last synced: 3 months ago
JSON representation

objectId to timestamp, in `ms`.

Awesome Lists containing this project

README

          

## objectid-to-timestamp

objectId to timestamp, in `ms`.

### Install

```
npm i objectid-to-timestamp --save
```

### Usage

```
var objectIdToTimestamp = require('objectid-to-timestamp');
objectIdToTimestamp('563229dd1ee6030100644cbe');// 1446128093391
```

### Test

```
npm test
```

### License

MIT