{"id":30105248,"url":"https://github.com/zxqx/toasty","last_synced_at":"2025-08-17T01:32:18.365Z","repository":{"id":6904058,"uuid":"8154185","full_name":"zxqx/toasty","owner":"zxqx","description":"Make the Mortal Kombat toasty guy pop out on your site.","archived":false,"fork":false,"pushed_at":"2016-07-12T15:42:35.000Z","size":212,"stargazers_count":27,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T10:58:12.241Z","etag":null,"topics":["easter-egg","javascript"],"latest_commit_sha":null,"homepage":"","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/zxqx.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}},"created_at":"2013-02-12T06:42:13.000Z","updated_at":"2024-08-05T14:28:22.000Z","dependencies_parsed_at":"2022-08-26T07:11:33.816Z","dependency_job_id":null,"html_url":"https://github.com/zxqx/toasty","commit_stats":null,"previous_names":["zakangelle/toasty"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/zxqx/toasty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxqx%2Ftoasty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxqx%2Ftoasty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxqx%2Ftoasty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxqx%2Ftoasty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxqx","download_url":"https://codeload.github.com/zxqx/toasty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxqx%2Ftoasty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654644,"owners_count":24454327,"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-08-09T02:00:10.424Z","response_time":111,"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":["easter-egg","javascript"],"created_at":"2025-08-09T23:51:08.557Z","updated_at":"2025-08-09T23:51:09.190Z","avatar_url":"https://github.com/zxqx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toasty\n\nMake the Mortal Kombat toasty guy pop out on your site.\n\n[![Circle CI](https://circleci.com/gh/zakangelle/toasty/tree/master.svg?style=shield)](https://circleci.com/gh/zakangelle/toasty/tree/master) [![Coverage Status](https://img.shields.io/coveralls/zakangelle/toasty.svg)](https://coveralls.io/github/zakangelle/toasty?branch=master) [![See Demo](https://img.shields.io/badge/see-demo-8c568b.svg)](https://dl.dropboxusercontent.com/u/21334841/demos/toasty/index.html)\n\n\u003ca href=\"https://dl.dropboxusercontent.com/u/21334841/demos/toasty/index.html\"\u003e\n  \u003cimg src='https://www.dropbox.com/s/31i0wpsurd9jrir/toasty.png?raw=1' width='280px' /\u003e\n\u003c/a\u003e\n\n## Installation\n\n```sh\n$ npm install toasty\n```\n\n## Usage\n\nShow toasty guy when a certain element is clicked:\n\n**JS**:\n\n```js\nimport toasty from 'toasty';\n\ntoasty('.toasty');\n```\n\n**HTML**:\n\n```html\n\u003cbutton class=\"toasty\"\u003eClick me!\u003c/button\u003e\n```\n\nor just trigger it directly:\n\n```js\nimport toasty from 'toasty';\n\nlet t = toasty();\nt.trigger();\n```\n\n## Example\n\nGenerate an example in `example/dist`:\n\n```sh\n$ npm run example\n```\n\n## Standalone\n\nGenerate a standalone build in `dist` (for use with `\u003cscript\u003e` tags and AMD module loaders):\n\n```sh\n$ npm run build:standalone\n```\n\n## Test\n\nRun tests with [karma](https://karma-runner.github.io) and [mocha](https://mochajs.org/):\n\n```\n$ npm test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxqx%2Ftoasty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxqx%2Ftoasty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxqx%2Ftoasty/lists"}