{"id":19489631,"url":"https://github.com/brackendev/gravatardemo-clojure","last_synced_at":"2025-10-13T06:11:19.697Z","repository":{"id":142194283,"uuid":"190655940","full_name":"brackendev/GravatarDemo-Clojure","owner":"brackendev","description":"Clojure implementation to interact with the Gravatar API. Useful example for new users","archived":false,"fork":false,"pushed_at":"2022-06-21T06:18:01.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T22:04:58.355Z","etag":null,"topics":["api-client","api-wrapper","clojure","demo","gravatar","gravatar-api","new-user"],"latest_commit_sha":null,"homepage":"http://bracken.dev","language":"Clojure","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/brackendev.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-06T22:08:31.000Z","updated_at":"2023-03-05T00:08:31.000Z","dependencies_parsed_at":"2023-03-29T00:48:33.715Z","dependency_job_id":null,"html_url":"https://github.com/brackendev/GravatarDemo-Clojure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brackendev/GravatarDemo-Clojure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brackendev","download_url":"https://codeload.github.com/brackendev/GravatarDemo-Clojure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Clojure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013948,"owners_count":26085430,"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-10-13T02:00:06.723Z","response_time":61,"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":["api-client","api-wrapper","clojure","demo","gravatar","gravatar-api","new-user"],"created_at":"2024-11-10T21:09:23.623Z","updated_at":"2025-10-13T06:11:19.678Z","avatar_url":"https://github.com/brackendev.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"_My Gravatar demo projects are for developers to get acquainted with languages and platforms with something more than a \"Hello World\" example. Versions are available for [Clojure](https://github.com/brackendev/GravatarDemo-Clojure), [F#](https://github.com/brackendev/GravatarDemo-FSharp), [Newspeak](https://github.com/brackendev/GravatarDemo-Newspeak), [Pharo](https://github.com/brackendev/GravatarDemo-Pharo), [Racket](https://github.com/brackendev/GravatarDemo-Racket), and [Squeak](https://github.com/brackendev/GravatarDemo-Squeak)._\n\n- - -\n\nGravatarDemo-Clojure\n====================\n\n**[Clojure](https://www.clojure.org/) implementation to interact with the [Gravatar API](https://en.gravatar.com/site/implement/).**\n\n* [Clojure 1.10.1](https://www.clojure.org/) reference platform.\n* Tests included.\n\n## TODO\n\n- [ ] Support the latest Clojure release.\n\n## Installation\n\n1. Download this project.\n2. Install and setup [Clojure](https://www.clojure.org/) and [Leiningen](https://leiningen.org).\n\n## Example Usage\n\nExecute in a shell (in the project directory):\n\n```bash\nlein run image email@example.com\n```\n\n```bash\nlein run profile email@example.com\n```\n\n***or***\n\nTo use the REPL, execute in a shell (in the project directory):\n\n```bash\nlein repl\n```\n\nThen in the REPL, evaluate:\n\n```clojure\n;; Retrieve the image for the email address\n(image-for-email \"email@example.com\")\n```\n\n```clojure\n;; Retrieve the profile for the email address\n(profile-for-email \"email@example.com\")\n```\n\nTo run the tests, execute in a shell:\n\n```bash\nlein test\n```\n\n## Author\n\nBracken Spencer\n\n* [GitHub](https://www.github.com/brackendev)\n* [LinkedIn](https://www.linkedin.com/in/brackenspencer/)\n* [Twitter](https://twitter.com/brackendev)\n\n## License\n\nGravatarDemo-Clojure is released under the MIT license. See the LICENSE file for more info.\n\n- - -\n\n## Useful Links\n\n* [/r/Clojure](https://www.reddit.com/r/Clojure/) [Reddit]\n* [Clojure tutorial - boot, basic functions and how to do REST requests](https://joaoptrindade.com/clojure-tutorial-part-1-http-requests)\n* [ClojureVerse](https://clojureverse.org/)\n* [Rails Conf 2012 Keynote: Simplicity Matters by Rich Hickey](https://www.youtube.com/watch?v=rI8tNMsozo0)\n* [clojure.org](https://www.clojure.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrackendev%2Fgravatardemo-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-clojure/lists"}