/thoth-tarot

CLI data Gem based on the book of Thoth for Tarot Readings

Primary LanguageRuby

Thoth::Tarot

Welcome to Thoth Tarot Ruby Gem!

✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧ ✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧

                   ☿️                               
                    
☽   🔮 Welcome to Thoth Tarot CLI 🔮   ☾          
                    
          🌛🌖🌗🌑🌓🌔🌕🌜                      
                    
     ♈♉♊♋♌♍♎♏♐♑♒♓                
                    
   'Every man and every woman is a star'           
       ✋ 👁 A.C. Book of Thoth ☥                  
                    
                   ⛤                              

✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧ ✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧

This is a Gem created to consult Thoth Tarot card readings using the CLI.

In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/thoth_tarot. To experiment with that code, run bin/console for an interactive prompt.

Installation

Add this line to your application's Gemfile:

gem 'thoth-tarot'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install thoth-tarot

Usage

Run bin/thoth

It will welcome you and ask for input to view card listing.

Select the number of the card you wish to know more about.

Card profile is shown.

You can choose another card or exit.

Development

After checking out the repo, run bin/setup to install dependencies.

The run rake spec is not set at the moment. No tests are yet developed for this gem.

You can also run bin/console for an interactive prompt that will allow you to experiment.

To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/'raulsposito'/thoth-tarot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Code of Conduct

Everyone interacting in the Thoth::Tarot project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

MIT License

Copyright (c) 2020 Flatiron School

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.