{"id":16848395,"url":"https://github.com/endocrimes/bees","last_synced_at":"2025-12-11T23:33:10.514Z","repository":{"id":57479547,"uuid":"55307422","full_name":"endocrimes/Bees","owner":"endocrimes","description":"A Swarm/Foursquare API Client written in Elixir","archived":false,"fork":false,"pushed_at":"2019-11-11T15:21:14.000Z","size":65,"stargazers_count":19,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T01:08:24.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/endocrimes.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":"2016-04-02T17:31:41.000Z","updated_at":"2023-09-01T10:55:51.000Z","dependencies_parsed_at":"2022-09-17T05:02:30.879Z","dependency_job_id":null,"html_url":"https://github.com/endocrimes/Bees","commit_stats":null,"previous_names":["dantoml/bees"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FBees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FBees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FBees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FBees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endocrimes","download_url":"https://codeload.github.com/endocrimes/Bees/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358549,"owners_count":21090401,"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":[],"created_at":"2024-10-13T13:11:08.736Z","updated_at":"2025-12-11T23:33:10.456Z","avatar_url":"https://github.com/endocrimes.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bees\n\nBees is an Elixir client library for the Foursquare/Swarm API.\n\n## Features\n\nBees currently supports:\n\n  1. Finding venues by lat/long `Bees.Venue.search/6`\n  2. Finding venues by identifier `Bees.Venue.find_by_identifier/2`\n  3. Finding venues by recommendations `Bees.Venue.explore/8`\n  4. Finding venues by category `Bees.Venue.category/7`\n  5. Checking into a venue `Bees.Checkin.with_venue/4`\n\nAdding endpoints should be relatively simple, and I'm open to pull requests.\n\n## Installation\n\nThe package can be installed as:\n\n  1. Add bees to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:bees, \"~\u003e 0.3.0\"}]\n        end\n\n  2. Ensure bees is started before your application:\n\n        def application do\n          [applications: [:bees]]\n        end\n\n## Usage\n\n```elixir\nclient = %Bees.Client{\n  client_id: \"CLIENT_ID_HERE\",\n  client_secret: \"CLIENT_SECRET_HERE\",\n  access_token: \"ACCESS_TOKEN_FOR_CHECKIN\"\n}\n\ncase Bees.Venue.find_by_identifier(client, \"501fea4de4b05e0d96afc368\") do\n  {:ok, venue} -\u003e\n    IO.inspect venue\n  {:error, error} -\u003e\n    IO.inspect error\nend\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2Fbees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendocrimes%2Fbees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2Fbees/lists"}