Development
Manual Installation
Learn how to install and initialize the Replit Extensions API client using script tags or npm packages for your project.
While we recommend using our Templates to get started, you can also install the API client manually.
As a <script>
import
Start using the Extensions API client by inserting this code into the <head>
tag of your HTML:
Start using the API client by creating a new <script>
tag and using the pre-defined replit
variable.
As an npm package
Install the client with your preferred package manager, and use the import
statement to start using it.
After installing the API client, use the import
statement to start using it.
Was this page helpful?