Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claudiopro/elevate-me
- Owner: claudiopro
- Created: 2015-11-19T17:49:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T10:28:36.000Z (about 9 years ago)
- Last Synced: 2023-08-02T02:35:52.616Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://claudiopro.github.io/elevate-me
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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