{"id":26555580,"url":"https://github.com/johnbwoodruff/digitalocean-js","last_synced_at":"2025-04-09T10:06:35.962Z","repository":{"id":34879118,"uuid":"99514622","full_name":"johnbwoodruff/digitalocean-js","owner":"johnbwoodruff","description":"JavaScript library for the DigitalOcean API","archived":false,"fork":false,"pushed_at":"2024-07-12T04:03:59.000Z","size":1832,"stargazers_count":93,"open_issues_count":4,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T07:08:46.448Z","etag":null,"topics":["digitalocean","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://johnbwoodruff.github.io/digitalocean-js/","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/johnbwoodruff.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}},"created_at":"2017-08-06T21:36:15.000Z","updated_at":"2024-07-12T04:04:01.000Z","dependencies_parsed_at":"2024-06-18T20:11:59.407Z","dependency_job_id":"d137a14f-81b4-41dd-9b4d-d2cea06a4e28","html_url":"https://github.com/johnbwoodruff/digitalocean-js","commit_stats":{"total_commits":133,"total_committers":11,"mean_commits":"12.090909090909092","dds":"0.30827067669172936","last_synced_commit":"24e4314ad03ebaa0edea2b19cf6c60c57c803100"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbwoodruff%2Fdigitalocean-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbwoodruff%2Fdigitalocean-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbwoodruff%2Fdigitalocean-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbwoodruff%2Fdigitalocean-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbwoodruff","download_url":"https://codeload.github.com/johnbwoodruff/digitalocean-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"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":["digitalocean","nodejs","typescript"],"created_at":"2025-03-22T10:54:00.136Z","updated_at":"2025-04-09T10:06:35.935Z","avatar_url":"https://github.com/johnbwoodruff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![digitalocean-js](https://user-images.githubusercontent.com/5883616/126348407-dd1e694d-64a9-402e-b8df-f59e67686014.png)\n\n# DigitalOcean JS\n\n[![CI](https://github.com/johnbwoodruff/digitalocean-js/actions/workflows/main.yml/badge.svg)](https://github.com/johnbwoodruff/digitalocean-js/actions/workflows/main.yml) [![npm](https://img.shields.io/npm/dm/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/dt/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/v/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js)\n\nJavaScript library for the DigitalOcean API. For use in Node or the browser.\n\n## Goals\n\nThis library was built with a few goals in mind:\n\n- Be able to use in a Node or Browser environment with no difference in usage.\n- Use Promises instead of callbacks so clients can make use of `async`/`await`.\n- Be built in TypeScript so consumers of the library can benefit from excellent intellisense with the TypeScript definitions.\n- Provide solid documentation including examples for usage.\n\n## Usage\n\nTo use the library, install from the npm repository.\n\n```shell\n$ npm install --save digitalocean-js\n# Alternatively install with yarn\n$ yarn add digitalocean-js\n```\n\nSimply import the client and initialize it with your API token:\n\n```js\nimport { DigitalOcean } from 'digitalocean-js';\n\nconst client = new DigitalOcean('my-api-token');\n```\n\nTo see all the services available, check out the [documentation](https://johnbwoodruff.github.io/digitalocean-js/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbwoodruff%2Fdigitalocean-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbwoodruff%2Fdigitalocean-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbwoodruff%2Fdigitalocean-js/lists"}