The CodeMaker SDK for JavaScript.
Official JavaScript for CodeMaker AI APIs.
In order to start using the SDK.
- Sign up for the Early Access Program at https://codemaker.ai.
- Receive the Early Access invitation email.
- Add CodeMaker SDK to your project.
$ npm install --save codemaker-sdk- Integrate the SDK with your code.
import{Client}from'codemaker-sdk';client=newClient(()=>apiKey)MIT License