{"id":18519491,"url":"https://github.com/ecmelkytz/convert_temperature","last_synced_at":"2025-05-14T16:18:33.331Z","repository":{"id":62556226,"uuid":"49323569","full_name":"ecmelkytz/convert_temperature","owner":"ecmelkytz","description":"Temperature Unit Convertor - Celsius, Fahrenheit, Rankine, and Kelvin","archived":false,"fork":false,"pushed_at":"2016-11-03T13:20:10.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T16:18:15.077Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmelkytz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-09T12:31:15.000Z","updated_at":"2023-03-10T09:23:22.000Z","dependencies_parsed_at":"2022-11-03T06:00:20.941Z","dependency_job_id":null,"html_url":"https://github.com/ecmelkytz/convert_temperature","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmelkytz%2Fconvert_temperature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmelkytz%2Fconvert_temperature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmelkytz%2Fconvert_temperature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmelkytz%2Fconvert_temperature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmelkytz","download_url":"https://codeload.github.com/ecmelkytz/convert_temperature/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254179904,"owners_count":22027884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby"],"created_at":"2024-11-06T17:16:31.809Z","updated_at":"2025-05-14T16:18:33.312Z","avatar_url":"https://github.com/ecmelkytz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConvertTemperature\n\nTemperature Unit Convertor - Celsius, Fahrenheit, Rankine and Kelvin\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'convert_temperature'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install convert_temperature\n\n## Usage\nInclude ConvertTemp in your controller:\n\n```ruby\nclass YourController \u003c ApplicationController\n  include ConvertTemp\n  ...\n```\n\n##### Abbreviations\n`Fahrenheit --\u003e fah`, `Celsius --\u003e cel`, `Kelvin --\u003e kel`, `Rankine --\u003e ran`\n\n##### Examples\n```ruby\nfah_to_cel(temperature) #Convert from Fahrenheit to Celsius\ncel_to_fah(temperature) #Convert from Celsius to Fahrenheit\nkel_to_fah(temperature) #Convert from Kelvin to Fahrenheit\nran_to_cel(temperature) #Convert from Rankine to Celsius\n```\nOther conversions has the same logic.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ecmelkytz/convert_temperature.\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -a -m 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecmelkytz%2Fconvert_temperature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecmelkytz%2Fconvert_temperature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecmelkytz%2Fconvert_temperature/lists"}