Getting started
Mini Program SDK
Installing the Tommy SDK
Install the SDK by typing:
# clone the repository from github
git clone [email protected]:tommyassociates/tommy_sdk.git
cd tommy_sdk
# install the dependencies from github
npm install
Create a file called config.json file in the tommy_sdk folder and paste in the following contents, including your API key:
{
"apiKey" : "<YOUR API KEY>",
"apiEndpoint" : "https://api.mytommy.com",
"apiSandboxEndpoint" : "https://api.mytommy.com"
}
Now launch the SDK process:
gulp
The SDK interface should open your browser automatically. If not you can load it an any time by pointing your browser to http://localhost:5000