mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
0dfdee3a9ad843eac4e0110bc52de13bf89617ce
:toc: macro :toclevels: 5 :figure-caption!: = Trmnl Api toc::[] == Features == Requirements . link:https://www.ruby-lang.org[Ruby]. == Setup To install _with_ security, run: [source,bash] ---- # 💡 Skip this line if you already have the public certificate installed. gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem) gem install trmnl-api --trust-policy HighSecurity ---- To install _without_ security, run: [source,bash] ---- gem install trmnl-api ---- You can also add the gem directly to your project: [source,bash] ---- bundle add trmnl-api ---- Once the gem is installed, you only need to require it: [source,ruby] ---- require "trmnl/api" ---- == Usage == Development To contribute, run: [source,bash] ---- git clone https://github.com/bkuhlmann/trmnl-api cd trmnl-api bin/setup ---- You can also use the IRB console for direct access to all objects: [source,bash] ---- bin/console ---- == Tests To test, run: [source,bash] ---- bin/rake ---- == link:https://alchemists.io/policies/license[License] == link:https://alchemists.io/policies/security[Security] == link:https://alchemists.io/policies/code_of_conduct[Code of Conduct] == link:https://alchemists.io/policies/contributions[Contributions] == link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin] == link:https://alchemists.io/projects/trmnl-api/versions[Versions] == link:https://alchemists.io/community[Community] == Credits * Built with link:https://alchemists.io/projects/gemsmith[Gemsmith]. * Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
Languages
Ruby
100%