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

https://github.com/stewartpark/robot-elevator-saga

It's still Elevator Saga, but not on a browser.
https://github.com/stewartpark/robot-elevator-saga

Last synced: 3 months ago
JSON representation

It's still Elevator Saga, but not on a browser.

Awesome Lists containing this project

README

        

# robot-elevator-saga

```js
const elevatorSaga = require('robot-elevator-saga')

elevatorSaga.run(
{
init: ...,
updater: ...
},
0, // Challenge #0
(passed, metrics) => {
// if passed, passed = true
}
);
```