{"id":13509565,"url":"https://github.com/michihuber/mixpanel_ex","last_synced_at":"2026-02-19T08:02:34.530Z","repository":{"id":24891612,"uuid":"28307853","full_name":"michihuber/mixpanel_ex","owner":"michihuber","description":"An Elixir client for the Mixpanel HTTP API","archived":false,"fork":false,"pushed_at":"2016-11-05T12:35:22.000Z","size":163,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T09:55:03.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/michihuber.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":"2014-12-21T18:00:30.000Z","updated_at":"2017-10-23T16:04:54.000Z","dependencies_parsed_at":"2022-08-22T18:30:20.076Z","dependency_job_id":null,"html_url":"https://github.com/michihuber/mixpanel_ex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michihuber/mixpanel_ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michihuber%2Fmixpanel_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michihuber%2Fmixpanel_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michihuber%2Fmixpanel_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michihuber%2Fmixpanel_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michihuber","download_url":"https://codeload.github.com/michihuber/mixpanel_ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michihuber%2Fmixpanel_ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29608152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-01T02:01:09.682Z","updated_at":"2026-02-19T08:02:34.514Z","avatar_url":"https://github.com/michihuber.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"# MixpanelEx\n\nAn Elixir client for the Mixpanel HTTP API. See mixpanel.com.\n\n## Usage\n1) Add mixpanel to your deps:\n\n```elixir\n{:mixpanel, \"0.0.1\"}\n```\n\n2) Add `:mixpanel` to the list of application dependencies in your `mix.exs`.\n\n```elixir\n  def application do\n    [applications: [:logger, :mixpanel]]\n  end\n```\n\n3) Add your mixpanel token to your `config/config.exs` (or similar):\n\n```elixir\nconfig :mixpanel, token: \"\u003cYOUR API TOKEN HERE\u003e\"\n```\n\n4) Track events with `Mixpanel.track`:\n\n```elixir\nMixpanel.track(\"login\", distinct_id: 123)\nMixpanel.track(\"visited TOS\")\n```\n\n## License\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichihuber%2Fmixpanel_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichihuber%2Fmixpanel_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichihuber%2Fmixpanel_ex/lists"}