Skip to content

cbohiptest/shouty.js

 
 

Repository files navigation

Shouty

Shouty is a social networking application for short physical distances. When someone shouts, only people within 1000m can hear it.

Watch the video

Shouty doesn't exist yet - you will implement it yourself!

That is, if you're attending a BDD/Cucumber course.

Get the code

git clone https://github.com/cucumber-ltd/shouty.js.git
cd shouty.js

Or simply download a zip file.

Install Cucumber and other dependencies

npm install

After this, Cucumber is in ./node_modules/.bin/cucumber.js For convenience you can run it with ./cucumber.

Run all the tests

npm test

If you see two tests failing, you're good to go.

About

Shouty exercise in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • Gherkin 9.8%
  • Shell 5.8%
  • Dockerfile 2.2%