Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 470 Bytes

Rustacean bot

The friendly bot used on https://rust-slack.herokuapp.com

Running

cargo run

And the server will be running at: http://localhost:3000

Testing

Running tests

cargo test
cargo test -- --ignored # Runs the integration tests

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

LICENSE

MIT