1.0.7-beta.3 • Published 8 months ago

net-call-sdk v1.0.7-beta.3

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Getting Started with NET-CALL-SDK

This project was a SDK for tencent leads web new call core function. For how to create and publish an npm package, you could refer this artical

Available Scripts

In the project directory, you can run:

node index.js

To run this npm package, you could console.log something and check the result.\

npm link

Executing npm link command creates a symbolic link for your current package inside the global npm node_modules folder (The same folder where our global npm dependencies get installed)

npm link net-call-sdk

So now you can use your created npm package inside any project.

Now, create a new folder on your desktop with any name for example test-repos-library-node and initialize a package.json file so you can confirm that the package is installed correctly:

If you remember, the name property in our package’s package.json file was net-call so you need to require the package using the same name.

Now, execute the following command from inside the test-repos-library-node folder to use the package you created:

The archetecture

Net-call-with-view Net-call-without-view