{"id":21252924,"url":"https://github.com/kevinhellos/snowflake-js","last_synced_at":"2025-08-13T18:14:56.910Z","repository":{"id":186721031,"uuid":"675623097","full_name":"kevinhellos/Snowflake-JS","owner":"kevinhellos","description":"State management library","archived":false,"fork":false,"pushed_at":"2023-08-10T09:40:28.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T00:46:37.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kevinhellos.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}},"created_at":"2023-08-07T10:51:19.000Z","updated_at":"2023-08-07T10:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"68b593e6-a7d8-465c-a1b2-75050e3b4f6c","html_url":"https://github.com/kevinhellos/Snowflake-JS","commit_stats":null,"previous_names":["kevin-lem0n/snowflake-js","iskevinlemon/snowflake-js","kevinhellos/snowflake-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevinhellos/Snowflake-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinhellos%2FSnowflake-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinhellos%2FSnowflake-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinhellos%2FSnowflake-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinhellos%2FSnowflake-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinhellos","download_url":"https://codeload.github.com/kevinhellos/Snowflake-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinhellos%2FSnowflake-JS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270287493,"owners_count":24558622,"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-13T02:00:09.904Z","response_time":66,"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":[],"created_at":"2024-11-21T03:49:19.623Z","updated_at":"2025-08-13T18:14:56.886Z","avatar_url":"https://github.com/kevinhellos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snowflake JS\nState management library.\n\u003cbr/\u003e\n\n# At a glance\n\n**Get all data** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Get all data as object\nvar allData = Snowflake.getAll();\n\u003c/script\u003e\n```\n\n**Set data** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Set data --\u003e .set(key, value)\nSnowflake.set(\"fruit\", \"apple\"); \n\u003c/script\u003e\n```\n\n**Update data** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Update data --\u003e .update(key, value)\nSnowflake.update(\"fruit\", \"lemon\"); \n\u003c/script\u003e\n```\n\n**Delete data** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Delete data --\u003e .delete(key)\nSnowflake.delete(\"fruit\"); \n\u003c/script\u003e\n```\n\n**Reset all data** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Reset data --\u003e .reset()\nSnowflake.reset(); \n\u003c/script\u003e\n```\n\n**Snowflake shorthand** \u003cbr\u003e\n```html\n\u003cscript\u003e\n// Rename Snowflake to something else\n$SnowflakeConfig(\"sf\"); // rename to sf\n\u003c/script\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinhellos%2Fsnowflake-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinhellos%2Fsnowflake-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinhellos%2Fsnowflake-js/lists"}