{"id":16824326,"url":"https://github.com/dlion/node-catc","last_synced_at":"2025-04-11T03:14:26.324Z","repository":{"id":62930349,"uuid":"31761768","full_name":"dlion/node-catc","owner":"dlion","description":"Node Cloud At Cost API wrapper","archived":false,"fork":false,"pushed_at":"2015-05-25T09:07:00.000Z","size":146,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T01:01:50.801Z","etag":null,"topics":["cloudatcost","node-wrapper","nodejs","wrapper"],"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/dlion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-06T09:20:24.000Z","updated_at":"2023-03-25T23:10:40.000Z","dependencies_parsed_at":"2022-11-09T10:15:15.094Z","dependency_job_id":null,"html_url":"https://github.com/dlion/node-catc","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/dlion%2Fnode-catc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnode-catc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnode-catc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnode-catc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlion","download_url":"https://codeload.github.com/dlion/node-catc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248186163,"owners_count":21061616,"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":["cloudatcost","node-wrapper","nodejs","wrapper"],"created_at":"2024-10-13T11:10:45.248Z","updated_at":"2025-04-11T03:14:26.306Z","avatar_url":"https://github.com/dlion.png","language":"JavaScript","readme":"#node-catc\n\nA node.js wrapper for the Cloud At Cost API.\n\nAPI Version: `v1`\n\n## References\nhttps://github.com/cloudatcost/api\n\n## Installation\n`npm install node-catc`\n\n## Example\n\n```js\nvar CatC = require('node-catc');\n\nvar api = new CatC('APIKEY', 'LOGINEMAIL');\n\napi.listServers(function(err, res) {\n  if(!err) {\n    for(var i in res.data) {\n      console.log(res.data[i]);\n    }\n  }\n});\n\napi.listTemplates(function(err, res) {\n  if(!err) {\n    for(var i in res.data) {\n      console.log(res.data[i]);\n    }\n  }\n});\n```\n## License\nnode-catc is licensed under MIT License. (See LICENSE)\n\n## TODO\n* Tests\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fnode-catc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlion%2Fnode-catc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fnode-catc/lists"}