{"id":50800802,"url":"https://github.com/tobimadehin/playground","last_synced_at":"2026-06-12T19:32:54.492Z","repository":{"id":322084147,"uuid":"1088158866","full_name":"tobimadehin/playground","owner":"tobimadehin","description":"Stateless, cloud-agnostic ephemeral VM orchestration engine","archived":false,"fork":false,"pushed_at":"2025-11-03T17:14:58.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T19:18:47.544Z","etag":null,"topics":["azure","dployr","fleet-management","gcp","hetzner","integration-testing","test-automation","vm"],"latest_commit_sha":null,"homepage":"https://tobimadehin.github/playground","language":"TypeScript","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/tobimadehin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-02T12:39:39.000Z","updated_at":"2025-11-03T17:18:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"338c9fa1-7c65-406c-8d38-224cffec0be1","html_url":"https://github.com/tobimadehin/playground","commit_stats":null,"previous_names":["dployr-io/dployr-playground","tobimadehin/playground"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/tobimadehin/playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobimadehin%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobimadehin%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobimadehin%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobimadehin%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobimadehin","download_url":"https://codeload.github.com/tobimadehin/playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobimadehin%2Fplayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["azure","dployr","fleet-management","gcp","hetzner","integration-testing","test-automation","vm"],"created_at":"2026-06-12T19:32:54.353Z","updated_at":"2026-06-12T19:32:54.484Z","avatar_url":"https://github.com/tobimadehin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playground\n\n[![CI](https://github.com/tobimadehin/playground/actions/workflows/ci.yml/badge.svg)](https://github.com/tobimadehin/playground/actions/workflows/ci.yml)\n[![NPM Version](https://img.shields.io/npm/v/@tobimadehin/playground.svg)](https://www.npmjs.com/package/@tobimadehin/playground)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nPlayground lets you launch, manage, and clean up cloud instances across multiple providers. The playground itself is stateless, so you choose how to track instances.\n\n## Quick Start\n\n1. **Install the package**\n\n```bash\nnpm install @tobimadehin/playground\n````\n\n2. **Create a provider map**\n\n```typescript\nimport { AWSProvider, Playground } from '@tobimadehin/playground';\n\nconst providers = new Map();\nproviders.set('aws', new AWSProvider({ \n  accessKeyId: '...', \n  secretAccessKey: '...', \n  region: 'us-east-1' \n}));\n\nconst playground = new Playground({ \n  providers,\n  imageMappingsPath: './examples/image-mappings.yaml'\n});\n```\n\n3. **Launch an instance**\n\n```typescript\nconst instance = await playground.createInstance({\n  imageType: 'ubuntu-22-small',\n  sshKey: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAB... user@host'\n});\n\nconsole.log('Instance created:', instance.id, instance.ip);\n```\n\n4. **Track and clean up**\n\n```typescript\nimport { PlaygroundUtils } from '@tobimadehin/playground';\n\nif (PlaygroundUtils.isExpired(instance)) {\n  await playground.destroyInstance(instance.provider, instance.id);\n}\n```\n\n---\n\n## Next Steps\n\n* [View example configurations](./examples/README.md)\n* [View provider implementations](./src/providers/README.md)\n* Learn about state management patterns\n* Explore multi-cloud failover and region-specific deployments\n* Check-out dployr *(Your app, your server, your rules!)* - [https://dployr.dev](https://dployr.dev)\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobimadehin%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobimadehin%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobimadehin%2Fplayground/lists"}