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

https://github.com/rogchap/safetyculture

Code test
https://github.com/rogchap/safetyculture

Last synced: 4 months ago
JSON representation

Code test

Awesome Lists containing this project

README

        

### Introduction
Code test for Safety Culture

### How to run
The code is tested under `node v7`

```
Usage: bin/run -s seconds

Options:
-s [required] [default: 1800]
```

By default, the `-s` is equals to 1800 seconds which is 30 minutes in time.

### Run test
```
npm test
```