{"id":13483961,"url":"https://github.com/petoem/mixpanel-crystal","last_synced_at":"2025-03-27T15:30:48.647Z","repository":{"id":83142443,"uuid":"106866306","full_name":"petoem/mixpanel-crystal","owner":"petoem","description":"Track events on Mixpanel with Crystal","archived":true,"fork":false,"pushed_at":"2019-10-29T10:21:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T17:48:27.262Z","etag":null,"topics":["analytics","crystal","mixpanel"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/petoem.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-13T19:39:41.000Z","updated_at":"2023-01-28T03:50:24.000Z","dependencies_parsed_at":"2023-03-29T13:31:15.303Z","dependency_job_id":null,"html_url":"https://github.com/petoem/mixpanel-crystal","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoem%2Fmixpanel-crystal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoem%2Fmixpanel-crystal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoem%2Fmixpanel-crystal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoem%2Fmixpanel-crystal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petoem","download_url":"https://codeload.github.com/petoem/mixpanel-crystal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245871708,"owners_count":20686250,"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":["analytics","crystal","mixpanel"],"created_at":"2024-07-31T17:01:17.313Z","updated_at":"2025-03-27T15:30:47.647Z","avatar_url":"https://github.com/petoem.png","language":"Crystal","funding_links":[],"categories":["Third-party APIs"],"sub_categories":[],"readme":"# mixpanel-crystal\n\n[![GitHub release](https://img.shields.io/github/release/petoem/mixpanel-crystal.svg?style=flat-square)](https://github.com/petoem/mixpanel-crystal/releases)\n[![Travis](https://img.shields.io/travis/petoem/mixpanel-crystal.svg?style=flat-square)](https://travis-ci.org/petoem/mixpanel-crystal)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/petoem/mixpanel-crystal/blob/master/LICENSE)  \n\n**mixpanel-crystal** is a library for tracking events on Mixpanel from your crystal applications.\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  mixpanel:\n    github: petoem/mixpanel-crystal\n```\n\n## Usage\n\n```crystal\nrequire \"mixpanel\"\n\n# Use Mixpanel::Tracker to track events in your application. To track an event, use\ntracker = Mixpanel::Tracker.new \"YOUR_TOKEN\"\ntracker.track \"Signup\", Mixpanel::Event::Properties{\"username\" =\u003e \"Pino\", \"Age\" =\u003e 2}\n```\n\nYou can also take a look at the [specs](https://github.com/petoem/mixpanel-crystal/blob/master/spec/mixpanel_spec.cr) for more examples or generate documentation with `crystal docs` command.\n\n## Contributing\n\n1. Fork it ( https://github.com/petoem/mixpanel-crystal/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 a new Pull Request\n\n## Contributors\n\n- [petoem](https://github.com/petoem) Michael Petö - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetoem%2Fmixpanel-crystal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetoem%2Fmixpanel-crystal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetoem%2Fmixpanel-crystal/lists"}