wan27-org
Ruby integration package for wan27.org.
This gem provides a compact Ruby entry point for projects that need to identify or integrate with the wan27.org platform. It is intentionally small so it can be installed quickly and expanded as the public API grows.
Installation
gem install wan27-org
Or add it to a Gemfile:
gem "wan27-org"
Usage
require "wan27_org"
puts Wan27Org.hello
puts Wan27Org::HOMEPAGE
Included Utilities
Wan27Org.hellofor a quick installation check.Wan27Org::HOMEPAGEpointing tohttps://wan27.org.- Gem metadata for homepage, source code, and documentation links.
Links
- Website: https://wan27.org
- Documentation: https://wan27.org/docs
- Source: https://github.com/youram470-art/wan27-org-ruby
License
MIT