{"id":19489626,"url":"https://github.com/brackendev/gravatardemo-newspeak","last_synced_at":"2026-03-19T10:06:54.527Z","repository":{"id":142194287,"uuid":"194018073","full_name":"brackendev/GravatarDemo-Newspeak","owner":"brackendev","description":"Newspeak implementation to interact with the Gravatar API. Useful example for new users","archived":false,"fork":false,"pushed_at":"2022-06-21T06:19:57.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T19:34:11.401Z","etag":null,"topics":["api-client","api-wrapper","demo","experimental","gravatar","gravatar-api","live-programming","new-user","newspeak","research-and-development"],"latest_commit_sha":null,"homepage":"http://bracken.dev/","language":null,"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-27T03:43:16.000Z","updated_at":"2023-08-21T11:26:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9464be1-3488-42e2-87b5-457162e98504","html_url":"https://github.com/brackendev/GravatarDemo-Newspeak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brackendev/GravatarDemo-Newspeak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Newspeak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Newspeak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Newspeak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Newspeak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brackendev","download_url":"https://codeload.github.com/brackendev/GravatarDemo-Newspeak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brackendev%2FGravatarDemo-Newspeak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30016547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"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":["api-client","api-wrapper","demo","experimental","gravatar","gravatar-api","live-programming","new-user","newspeak","research-and-development"],"created_at":"2024-11-10T21:09:23.472Z","updated_at":"2026-03-02T19:38:29.479Z","avatar_url":"https://github.com/brackendev.png","language":null,"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-Newspeak\n===================\n**[Newspeak](http://www.newspeaklanguage.org/) implementation to interact with the [Gravatar API](https://en.gravatar.com/site/implement/).**\n\n* [Newspeak 2018-05-12](http://www.newspeaklanguage.org/) reference platform.\n\n## TODO\n\n- [ ] Support the latest Newspeak release.\n\n## Installation\n\n1. Download this project.\n2. Install and run [Newspeak](http://www.newspeaklanguage.org/).\n3. In the **Newspeak Browser**, select _Repositories_. Add a new repository with the local repository path (this project's location).\n4. Select the repository then select _revert_ in the _Image_ column.\n5. After syncing, the Gravatar namespace will be accessible.\n\n## Example Usage\n\nEvaluate in a Workspace:\n\n```newspeak\n(* Retrieve the image for the email address *)\n| gravatar |\ngravatar:: Gravatar usingPlatform: platform.\ngravatar retrieveProfileForEmail: 'email@example.com'.\n```\n\n```newspeak\n(* Retrieve the image (200 px by 200 px, rated 'G' or 'PG') for the email address *)\n| gravatar |\ngravatar:: Gravatar usingPlatform: platform.\ngravatar retrieveImageForEmail: 'email@example.com' size: 200 rating: 'pg'.\n```\n\n```newspeak\n(* Retrieve the profile for the email address *)\n| gravatar |\ngravatar:: Gravatar usingPlatform: platform.\ngravatar retrieveImageForEmail: 'email@example.com'.\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-Newspeak is released under the MIT license. See the LICENSE file for more info.\n\n- - -\n\n## Useful Links\n\n* Gilad Bracha\n    * [@Gilad_Bracha](https://twitter.com/Gilad_Bracha) [Twitter]\n    * Design of Newspeak Language: [Part 1](https://www.youtube.com/watch?v=UwkROn7OmNQ), [Part 2](https://www.youtube.com/watch?v=FAUUY4VQc8w)\n    * [Room 101](https://gbracha.blogspot.com)\n    * [bracha.org](http://www.bracha.org/)\n* [Newspeak 101: A Guide for the Perplexed](https://medium.com/newspeak-documentation/newspeak-101-1fe7a924d726)\n* [Newspeak Google Group](https://groups.google.com/forum/#!forum/newspeaklanguage)\n* [newspeaklanguage.org](http://www.newspeaklanguage.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-newspeak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrackendev%2Fgravatardemo-newspeak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackendev%2Fgravatardemo-newspeak/lists"}