{"id":23550976,"url":"https://github.com/octoblu/skynetjs","last_synced_at":"2025-05-15T15:11:28.686Z","repository":{"id":12522346,"uuid":"15192190","full_name":"octoblu/skynetjs","owner":"octoblu","description":"Skynet Javascript for making client-side IoT development easier","archived":false,"fork":false,"pushed_at":"2013-12-31T01:35:32.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-10T20:38:10.632Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octoblu.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-12-14T20:14:45.000Z","updated_at":"2018-06-10T13:01:11.000Z","dependencies_parsed_at":"2022-09-18T18:29:20.553Z","dependency_job_id":null,"html_url":"https://github.com/octoblu/skynetjs","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/octoblu%2Fskynetjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fskynetjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fskynetjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fskynetjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octoblu","download_url":"https://codeload.github.com/octoblu/skynetjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364269,"owners_count":22058878,"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":[],"created_at":"2024-12-26T10:18:09.151Z","updated_at":"2025-05-15T15:11:28.662Z","avatar_url":"https://github.com/octoblu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"skynetjs\n========\n\nSkynet Javascript for making client-side IoT development easier\n\nNote: There are three ways listed in the HTML example:\n\n1. The first option is used when you know the UUID and token of the device or node being connected to Skynet\n\n```\nvar skynetConfig = {\n  \"uuid\": \"0d3a53a0-2a0b-11e3-b09c-ff4de847b2cc\",\n  \"token\": \"qirqglm6yb1vpldixflopnux4phtcsor\"\n}    \nskynet(skynetConfig, function (e, socket) {\n````\n\n2. If you would like for Skynet to automatically register a new UUID and token for you.\n\n```\nskynet(function (e, skynet) {\n```\n\n3. Similar to option two, Skynet will automatically register your device/node but you can pass additional JSON elements to your device description. There are no reserved element names.\n\n```\nskynet({appName:'chris'}, function (e, skynet) {\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoblu%2Fskynetjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoblu%2Fskynetjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoblu%2Fskynetjs/lists"}