-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Pavel Kuzmin edited this page Aug 10, 2020
·
7 revisions
Wrapper for automatic reception of SMS-messages by onlinesim.ru
You need to create an account HERE and go to profile to get APIKEY
Require this package in your package.json
or install it by running:
npm install onlinesim-js-api
import OnlineSimDriver from "onlinesim-js-api";
...
const apikey = 'apikey';
const driver = new OnlineSimDriver(apikey)
$api - driver.{apiname}().{method}().then((result)....
Name | Description |
---|---|
apikey | your apikey from onlinesim.ru |
lang | locale ru or en, not require |
dev_id | your dev_id, not require |
© 2013 - 2020. OnlineSim LLC