{"id":22868123,"url":"https://github.com/markfchavez/what_is","last_synced_at":"2026-06-21T01:32:41.914Z","repository":{"id":68183059,"uuid":"41783352","full_name":"MarkFChavez/what_is","owner":"MarkFChavez","description":"gem that defines a string","archived":false,"fork":false,"pushed_at":"2015-09-03T10:05:06.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-21T01:32:39.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MarkFChavez.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":"2015-09-02T06:09:51.000Z","updated_at":"2015-09-02T14:04:43.000Z","dependencies_parsed_at":"2023-02-23T16:30:45.477Z","dependency_job_id":null,"html_url":"https://github.com/MarkFChavez/what_is","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarkFChavez/what_is","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkFChavez%2Fwhat_is","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkFChavez%2Fwhat_is/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkFChavez%2Fwhat_is/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkFChavez%2Fwhat_is/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkFChavez","download_url":"https://codeload.github.com/MarkFChavez/what_is/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkFChavez%2Fwhat_is/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34591166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-13T12:31:45.930Z","updated_at":"2026-06-21T01:32:41.896Z","avatar_url":"https://github.com/MarkFChavez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Is\n\nWhat the hell is this gem for? To put simply, this library enables us (developers) to define a given word. Think \"dictionary\". It uses the Merriam-Webster's API as the reference for giving the definitions.\n\n# Setup\n\nRegister an account on http://www.dictionaryapi.com/ and make sure you request an api key for \nCollegiate Dictionary and Collegiate Thesaurus. These are the two references that this library supports for now.\n\nAfter registration, you should already have two api keys; one for the dictionary and other is for the thesaurus \nversion.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'what_is'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install what_is\n\n## Usage\n\nConfigure your api keys first.\n\n    WhatIs.configure do |config|\n      config.thesaurus_api_key = \"\u003capi key here\u003e\"\n      config.dictionary_api_key = \"\u003capi key here\u003e\"\n    end\n\nImplementation.\n\n    x = WhatIs::Define.new(\"\u003cinsert word to define\u003e\", \u003creference\u003e) # where reference can be :thesaurus or :dictionary\n    x.define! # returns the meaning of the word\n\n## Contributing\n\n1. Fork it ( http://github.com/\u003cmy-github-username\u003ewhat_is/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkfchavez%2Fwhat_is","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkfchavez%2Fwhat_is","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkfchavez%2Fwhat_is/lists"}