{"id":17169609,"url":"https://github.com/jb3/find_type","last_synced_at":"2026-05-28T06:43:58.296Z","repository":{"id":57501399,"uuid":"119181353","full_name":"jb3/find_type","owner":"jb3","description":"An Elixir library to find the type of an object","archived":false,"fork":false,"pushed_at":"2018-01-27T17:05:47.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T07:36:40.502Z","etag":null,"topics":["elixir","elixir-library"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/find_type","language":"Elixir","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/jb3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-27T16:31:53.000Z","updated_at":"2023-10-07T18:50:11.000Z","dependencies_parsed_at":"2022-08-28T17:12:52.676Z","dependency_job_id":null,"html_url":"https://github.com/jb3/find_type","commit_stats":null,"previous_names":["joebanks13/find_type"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jb3/find_type","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Ffind_type","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Ffind_type/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Ffind_type/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Ffind_type/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jb3","download_url":"https://codeload.github.com/jb3/find_type/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Ffind_type/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271268859,"owners_count":24730026,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":["elixir","elixir-library"],"created_at":"2024-10-14T23:26:46.099Z","updated_at":"2025-10-04T12:33:36.447Z","avatar_url":"https://github.com/jb3.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FindType\n\n[![Hex.pm version](https://img.shields.io/hexpm/v/find_type.svg)]()\n[![Hex.pm license](https://img.shields.io/hexpm/l/find_type.svg)]()\n\n## What is this?\n\nA simple library I made because I got bored of having to open up IEx and find the type of something.\n\n## Is there any use for it?\n\nProbably not.\n\n## How are you?\n\ngood thanks.\n\n## Usage\n\n```elixir\niex(1)\u003e FindType.find :hello\n:atom\niex(2)\u003e FindType.find 1\n:integer\niex(3)\u003e FindType.find spawn fn -\u003e IO.puts \"hi\" end\n:pid\n```\n\nThat is pretty much it.\n\n## Installation\n\nTo grab from Hex.pm add this to your `mix.exs`:\n\n```elixir\ndefp deps() do\n    [{:find_type, \"~\u003e 0.1.0\"}]\nend\n```\n\nOr, from GitHub:\n\n```elixir\ndefp deps() do\n    [{:find_type, github: \"JoeBanks13/find_type\"}]\nend\n```\n\nEasy. I know.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Ffind_type","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjb3%2Ffind_type","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Ffind_type/lists"}