Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JS Wrapper for automatic reception of SMS-messages by onlinesim.ru

License

NotificationsYou must be signed in to change notification settings

s00d/onlinesim-js-api

Repository files navigation

npm version

Wrapper for automatic reception of SMS-messages byonlinesim.io and managing proxies fromonlineproxy.io for Node.js and Vanilla JS.

🌟 Features

  • 📱SMS Reception: Automatically receive SMS messages for various services using onlinesim.io.
  • 🌐Proxy Management: Manage and use proxies from onlineproxy.io for enhanced privacy and security.
  • 🔒Full Typescript Support: Enjoy full Typescript support for type-safe development.
  • 🛠️Easy Integration: Seamlessly integrate with your Node.js or Vanilla JS projects.
  • 📚Comprehensive Documentation: Detailed documentation and examples to help you get started quickly.
  • 🐞Bug Reporting: Easily report and track bugs through GitHub Issues.

✨ Introduction

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.

⚙️ Quick Setup

Install the package in your project with:

Using npm:

npm install onlinesim-js-api

Using pnpm:

pnpm install onlinesim-js-api

Using yarn:

yarn add onlinesim-js-api

Then, integrate it into your project:

importOnlineSimDriverfrom"onlinesim-js-api";constapikey='your_apikey_here';constdriver=newOnlineSimDriver(apikey);// Example usage for SMS receptiondriver.numbers().get('service_name').then((result)=>{console.log(result);});// Example usage for proxy managementdriver.onlineProxy().getProxyList().then((result)=>{console.log(result);});

🗂 Documentation

For detailed documentation and examples, please visit theDocumentation.

🐞 Bugs

If you encounter any issues or have suggestions for improvements, please create an issuehere.

🌐 OnlineProxy.io Integration

TheOnlinesim JS API also includes support for managing proxies fromonlineproxy.io. This allows you to enhance your privacy and security by using high-quality proxies for your applications.

Example Usage

importOnlineSimDriverfrom"onlinesim-js-api";constapikey='your_apikey_here';constdriver=newOnlineSimDriver(apikey);// Example usage for proxy managementdriver.onlineProxy().getProxyList().then((result)=>{console.log(result);});

📚 Additional Resources

About

JS Wrapper for automatic reception of SMS-messages by onlinesim.ru

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp