Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiopro/elevate-me

:arrow_up_down: Models an elevator with BDD
https://github.com/claudiopro/elevate-me

Last synced: about 1 month ago
JSON representation

:arrow_up_down: Models an elevator with BDD

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/claudiopro/elevate-me.svg?branch=master)](https://travis-ci.org/claudiopro/elevate-me)

# elevate-me

Models an elevator with TDD

## Development

This project uses [Browserify](http://browserify.org/) to bundle JS modules in a single file, and [Sass](http://sass-lang.com/) to simplify development of CSS styles.

```bash
npm install
npm start
```

## Run tests

This project uses [Mocha](http://mochajs.org/), [Sinon](http://sinonjs.org/) and [Chai](http://chaijs.com/) to run tests with BDD. Tests are re-run when files are saved to disk.

```bash
npm test
```

# License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) Claudio Procida 2015