/rate_limitter

Rails throttling example

Primary LanguageRuby

Rails throttling example

Code Climate

Build Status

Manual Testing

  • Make a single request from command line with Curl

Simply copy the code below into command line. Curl is required.

curl https://ln-rate-limitter.herokuapp.com/home/index
  • Make multiple request from command line with Curl
for i in {1..5}; do curl https://ln-rate-limitter.herokuapp.com/home/index; done

Unit test

bundle exec rspec