{"id":21344517,"url":"https://github.com/s00d/onlinesim-js-api","last_synced_at":"2025-07-12T15:32:05.970Z","repository":{"id":48242615,"uuid":"285333331","full_name":"s00d/onlinesim-js-api","owner":"s00d","description":"JS Wrapper for automatic reception of SMS-messages by onlinesim.ru","archived":false,"fork":false,"pushed_at":"2023-02-22T09:11:44.000Z","size":259,"stargazers_count":11,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-04-05T14:11:26.600Z","etag":null,"topics":["api","js-wrapper","node","onlinesim","onlinesim-js-api","proxy","rent","sms","sms-api","sms-messages"],"latest_commit_sha":null,"homepage":"https://onlinesim.ru","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s00d.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}},"created_at":"2020-08-05T15:37:55.000Z","updated_at":"2023-03-10T08:42:42.000Z","dependencies_parsed_at":"2022-09-14T15:01:29.734Z","dependency_job_id":null,"html_url":"https://github.com/s00d/onlinesim-js-api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-js-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-js-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-js-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-js-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/onlinesim-js-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225825426,"owners_count":17530078,"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":["api","js-wrapper","node","onlinesim","onlinesim-js-api","proxy","rent","sms","sms-api","sms-messages"],"created_at":"2024-11-22T01:19:38.072Z","updated_at":"2025-07-12T15:32:05.962Z","avatar_url":"https://github.com/s00d.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onlinesim JS API\n\n[![npm version](https://badge.fury.io/js/onlinesim-js-api.svg)](https://badge.fury.io/js/onlinesim-js-api)\n\nWrapper for automatic reception of SMS-messages by [onlinesim.io](https://onlinesim.io) and managing proxies from [onlineproxy.io](https://onlineproxy.io) for Node.js and Vanilla JS.\n\n## 🌟 Features\n\n- 📱 **SMS Reception**: Automatically receive SMS messages for various services using onlinesim.io.\n- 🌐 **Proxy Management**: Manage and use proxies from onlineproxy.io for enhanced privacy and security.\n- 🔒 **Full Typescript Support**: Enjoy full Typescript support for type-safe development.\n- 🛠️ **Easy Integration**: Seamlessly integrate with your Node.js or Vanilla JS projects.\n- 📚 **Comprehensive Documentation**: Detailed documentation and examples to help you get started quickly.\n- 🐞 **Bug Reporting**: Easily report and track bugs through GitHub Issues.\n\n## ✨ Introduction\n\n`Onlinesim JS API` is a powerful and easy-to-use wrapper designed to simplify the process of integrating SMS and proxy services into your Node.js or Vanilla JS projects. With full Typescript support, you can enjoy type-safe development and efficient coding.\n\n## ⚙️ Quick Setup\n\nInstall the package in your project with:\n\n### Using npm:\n```bash\nnpm install onlinesim-js-api\n```\n\n### Using pnpm:\n```bash\npnpm install onlinesim-js-api\n```\n\n### Using yarn:\n```bash\nyarn add onlinesim-js-api\n```\n\nThen, integrate it into your project:\n\n```js\nimport OnlineSimDriver from \"onlinesim-js-api\";\n\nconst apikey = 'your_apikey_here';\nconst driver = new OnlineSimDriver(apikey);\n\n// Example usage for SMS reception\ndriver.numbers().get('service_name').then((result) =\u003e {\n  console.log(result);\n});\n\n// Example usage for proxy management\ndriver.onlineProxy().getProxyList().then((result) =\u003e {\n  console.log(result);\n});\n```\n\n## 🗂 Documentation\n\nFor detailed documentation and examples, please visit the **[Documentation](https://s00d.github.io/onlinesim-js-api/)**.\n\n## 🐞 Bugs\n\nIf you encounter any issues or have suggestions for improvements, please create an issue [here](https://github.com/s00d/onlinesim-js-api/issues).\n\n## 🌐 OnlineProxy.io Integration\n\nThe `Onlinesim JS API` also includes support for managing proxies from [onlineproxy.io](https://onlineproxy.io). This allows you to enhance your privacy and security by using high-quality proxies for your applications.\n\n### Example Usage\n\n```js\nimport OnlineSimDriver from \"onlinesim-js-api\";\n\nconst apikey = 'your_apikey_here';\nconst driver = new OnlineSimDriver(apikey);\n\n// Example usage for proxy management\ndriver.onlineProxy().getProxyList().then((result) =\u003e {\n  console.log(result);\n});\n```\n\n## 📚 Additional Resources\n\n- **[onlinesim.io](https://onlinesim.io)**: Official website for SMS-message services.\n- **[onlineproxy.io](https://onlineproxy.io)**: Official website for proxy services.\n- **[GitHub Repository](https://github.com/s00d/onlinesim-js-api)**: Source code and issue tracking.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fonlinesim-js-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Fonlinesim-js-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fonlinesim-js-api/lists"}