{"id":22542748,"url":"https://github.com/devonchurch/matcha-ice-cream","last_synced_at":"2026-04-10T00:36:07.665Z","repository":{"id":97157682,"uuid":"132432433","full_name":"devonChurch/matcha-ice-cream","owner":"devonChurch","description":"An AWS Translate POC","archived":false,"fork":false,"pushed_at":"2018-05-14T07:55:40.000Z","size":971,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T08:29:45.793Z","etag":null,"topics":["aws","aws-translate","javascript","nodejs","reactjs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devonChurch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-07T08:44:35.000Z","updated_at":"2018-08-11T04:04:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4feeb51-ebc0-435b-a2e2-b6a7ac6adfe9","html_url":"https://github.com/devonChurch/matcha-ice-cream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fmatcha-ice-cream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fmatcha-ice-cream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fmatcha-ice-cream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fmatcha-ice-cream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonChurch","download_url":"https://codeload.github.com/devonChurch/matcha-ice-cream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991561,"owners_count":20706126,"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":["aws","aws-translate","javascript","nodejs","reactjs"],"created_at":"2024-12-07T13:12:28.765Z","updated_at":"2025-12-30T20:31:33.409Z","avatar_url":"https://github.com/devonChurch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matcha Ice Cream\n\nA proof of concept around creating an automated language translation sequence at the _\"build\"_ phase level.\n\nTranslation is executed via [AWS Translate](https://aws.amazon.com/translate/) as part of a [Webpack](https://webpack.js.org/) build sequence and absorbed as content in [React](https://reactjs.org/).\n\n## Demo\n\n[Click here](https://devonchurch.github.io/matcha-ice-cream/)\n\n![translate-examples](https://user-images.githubusercontent.com/15273233/39965452-eaae2ee2-56ec-11e8-8ba4-e9ecfe1a86c1.png)\n\n## Installation\n\n* Clone this repository\n\n  ```\n  git clone https://github.com/devonChurch/matcha-ice-cream.git\n  ```\n\n* Install project dependancies\n\n  ```\n  npm install\n  ```\n\n* Build and open a local _development_ version of the application\n\n  ```\n  npm start\n  ```\n\n## Development\n\n* Add your _\"static\"_ string references to the content object with a base language of **English**.\n\n  ```javascript\n  // ...\n  const translator = createTranslator('fr');\n  const transcript = {\n    message: await translator('Hello World!') // Outputs \"Bonjour le monde!\"\n  };\n  // ...\n  ```\n\n* Create a _development_ build with your translation content\n\n  ```\n  npm run build:development\n  ```\n\n  The translator function will create each language string variant and a corresponding `.html` scaffold as part of the applications URL structure.\n  \n  ![translation-sequence](https://user-images.githubusercontent.com/15273233/39984811-86b6deb0-57b0-11e8-93af-6aca16bf82da.gif)\n\n- Rehydrate your _React_ application on the _client_ from the translation object embedded into the `DOM`\n\n  ![screen shot 2018-05-14 at 7 35 08 pm](https://user-images.githubusercontent.com/15273233/39984862-a5b8e79a-57b0-11e8-9cc8-fb36810dbf76.png)\n\n## Deployment\n\n* Build and deploy a _production_ version of the application to your repositories `gh-pages` branch\n\n```\nnpm run deploy\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fmatcha-ice-cream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonchurch%2Fmatcha-ice-cream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fmatcha-ice-cream/lists"}