RubyGems Navigation menu

asana_cli_gem 0.1.3

Yoga Journal is a magazine that ‘provides authoritative information and insights about yoga’. Their website contains a yoga pose library with detailed information about many poses, also known as asanas. This gem scrapes their collection of strengthening yoga poses (https://www.yogajournal.com/poses/types/strength) and uses a CLI interface to allow a user to access detailed data about individual poses. 

Upon entering the application, the user sees a list of strengthening yoga poses. The user is then prompted to either enter a number corresponding to the yoga pose they would like to learn more about, type ‘list’ to view the list again, or exit to end the program. When the user selects a pose, the individual pose page is scraped (ex: https://www.yogajournal.com/poses/full-boat-pose) and the English name, Sanskrit name, summary, beginner’s tip, and url are displayed. A user may click on the URL to open it in their default browser. Some poses do not have Sanskrit names or beginner’s tips. If so, those poses do not have the “Sanskrit Name” or “Beginner’s Tip” displayed in their detail view.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.3 - June 21, 2018 (10.5 KB)
  2. 0.1.2 - June 21, 2018 (10.5 KB)
  3. 0.1.1 - June 21, 2018 (10.5 KB)
  4. 0.1.0 - June 21, 2018 (10.5 KB)

Runtime Dependencies (1):

nokogiri >= 0

Development Dependencies (4):

bundler ~> 1.16
pry >= 0
rake ~> 10.0

Owners:

Authors:

  • 'Kayla Reopelle'

SHA 256 checksum:

8435651be2ad158890a2e48f01cc1f37766578608e5fadac3d2b39d3a2e795b9

Total downloads 7,519

For this version 2,290

License:

MIT

Required Ruby Version: >= 0

Links: