# HasNiklasLeftYet This is a gem designed to help me make friends in my job. Well maybe! It is something for me to play around with and continuing to write code. In essence it is a very simple countdown timer until Niklas leaves :-( It is for use in the terminal. ## Installation Add this line to your application's Gemfile: ```ruby gem 'has_niklas_left_yet' ``` And then execute: $ bundle Or install it yourself as: $ gem install has_niklas_left_yet ## Usage ```` $ has_niklas_left_yet ```` ## Contributing 1. Fork it (https://github.com/HatStephens/has_niklas_left_yet/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request