{"id":19489614,"url":"https://github.com/brackendev/gravatardemo-squeak","last_synced_at":"2026-02-02T08:31:39.974Z","repository":{"id":142194293,"uuid":"62462682","full_name":"brackendev/GravatarDemo-Squeak","owner":"brackendev","description":"Squeak implementation to interact with the Gravatar API. Useful example for new users","archived":false,"fork":false,"pushed_at":"2022-07-06T18:35:49.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T19:34:10.951Z","etag":null,"topics":["api-client","api-wrapper","demo","gravatar","gravatar-api","new-user","smalltalk","squeak"],"latest_commit_sha":null,"homepage":"http://bracken.dev/","language":"Smalltalk","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":"2016-07-02T17:36:28.000Z","updated_at":"2023-03-05T00:08:31.000Z","dependencies_parsed_at":"2023-04-01T05:36:49.019Z","dependency_job_id":null,"html_url":"https://github.com/brackendev/GravatarDemo-Squeak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brackendev/GravatarDemo-Squeak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Squeak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Squeak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Squeak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Squeak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brackendev","download_url":"https://codeload.github.com/brackendev/GravatarDemo-Squeak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Squeak/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260148390,"owners_count":22965912,"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":["api-client","api-wrapper","demo","gravatar","gravatar-api","new-user","smalltalk","squeak"],"created_at":"2024-11-10T21:09:22.999Z","updated_at":"2026-02-02T08:31:34.956Z","avatar_url":"https://github.com/brackendev.png","language":"Smalltalk","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-Squeak\n===================\n\n**[Squeak](https://www.squeak.org/) implementation to interact with the [Gravatar API](https://en.gravatar.com/site/implement/).**\n\n* [Squeak 6.0](https://www.squeak.org/) reference platform.\n* Examples and tests included.\n\n## Installation\n\n1. Install and run [Squeak](https://www.squeak.org/).\n2. In a Workspace, evaluate:\n\n```smalltalk\nInstaller ensureRecentMetacello.\nMetacello new\n  baseline: 'Gravatar';\n  repository: 'github://brackendev/GravatarDemo-Squeak:master';\n  load.\n```\n\n## Example Usage\n\nEvaluate in a Workspace:\n\n```smalltalk\n\"Retrieve the image for the email address, open in an inspector\"\n(Gravatar retrieveImageForEmail: 'email@example.com') inspect.\n```\n\n```smalltalk\n\"Retrieve the image (200 px by 200 px, rated 'G' or 'PG') for the email address, open in an inspector\"\n(Gravatar retrieveImageForEmail: 'email@example.com' size: 200 rating: 'pg') inspect.\n```\n\n```smalltalk\n\"Retrieve the profile for the email address, open in an inspector\"\n(Gravatar retrieveProfileForEmail: 'email@example.com') inspect.\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-Squeak is released under the MIT license. See the LICENSE file for more info.\n\n- - -\n\n## Useful Links\n\n* [/r/smalltalk](https://www.reddit.com/r/smalltalk/) [Reddit]\n* [@SqueakSmalltalk](https://twitter.com/SqueakSmalltalk) [Twitter]\n* [forum.world.st](http://forum.world.st/)\n* [squeak.org](https://www.squeak.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-squeak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrackendev%2Fgravatardemo-squeak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-squeak/lists"}