Special Offer: 25% off on all plans. Use code: "FREEDOM25".
* Only for new paid subscription
Installation
Hello! Welcome to Tradly. Am puffin 🐦 from Arctic Circle, I will be helping you setting up your home(your project 😘) in Arctic Circle. If you are wondering where is Arctic,check here. We live in a cold winter and cool summer all around the year, so setting up a house need some friendly help, so am here for you!
Beautiful! Isn’t it? Let’s see how to setup your home
There are three type of approaches I recommend based on your situation and your dream target.
- A tent ⛺️ is a good start to bring your dream live.
- Building a modular house 🏠 is a medium level where you want to progressively make changes.
- Building a big thing from scratch 🏢 is advanced level where you have capital and time to build a really big thing like the kangaroo(Deliveroo). Btw, we have our wolverine to help you out that dream as well!
Reached a stage where you want to completely change the front end stack or pure new design that existing kits cannot fit to your needs. Having a team of developers or dvelopment agency to build apps, buy/integrate 3rd party systems to scale the business. As you seen in the intermediate, Some of our starter kits are using our JS SDK. Which means you can use the same JS SDK for API. But if you would like to use direct APIs, Check REST API Reference.
Install JS SDK
via npm.
npm install tradly
Add your tradly token and environment name in your app.js
file.
import TradlySDK from 'tradly'; TradlySDK.init.config({token:'',environment:'production'})
Start with tradly JS SDK and enjoy 🎉
const [error, responseJson] = await TradlySDK.app.getCategory({bodyParam:{'type':'listings'},authKey:'authkey'})
There are words we use such as Modules, Flavours, Blocks, Accounts, Listings, Attributes, etc. If this makes you wonder what it is, use the below section to read more about it. We have also copied the same definition on each block into a section called Glossary.
Here is the overall hierarchy of each feature. You may click each of this to know more about it.
Modules are business models like B2C, B2B, C2C. Flavours are business natures (booking, physical products).
What is account? And how it can be used as stores, tutor profiles, gym studios etc.
What is listings? And how it can be used as products, tickets, events, location points, etc.
See what you can customise and cannot customise.
Understand how to set up payments, shipments. Configure commission or subscription methods.
Find available integrations and how they are implemented, how to configure them in future.