Sample Code
Last updated
Last updated
© Bee Content Design, Inc. San Francisco, CA | Part of Growens
Using this simple, client-side example, you can literally try out Beefree SDK in 2 minutes…
Obtain your application keys (Client ID and Client Secret) by signing up here (there is a free plan).
Create a new application: you will find your keys in the project’s details page
Download the client-side sample code.
Open index.html
with your favorite code editor
Locate client_id
and replace “YOUR_CLIENT_ID” with yours
Locate client_secret
and replace “YOUR_CLIENT_SECRET” with yours
Save the file
Open it in your browser and get creative
Before using the code samples listed below in a production environment, please consider the following:
Make sure you first sign up and get your application keys (Client ID and Client Secret).
The client-side sample is not safe for a production environment (it was conceived as a quick way for you to test the application). Someone would be able to easily steal your application credentials (just viewing the source code of the page). To keep those credentials safe, authorization must be managed sever-side, as the .NET sample does.
These code samples use a limited set of features and configurations: they can be a good starting point to start developing around Beefree SDK, but they are not an exhaustive showcase of everything you can do.
All sample code is provided “as is”: it may contain defects, it may not follow best practices (although we try to!), and it should only be considered as point of reference.
Name and Link | Description | Stack |
---|---|---|
Demonstrates integrating the Beefree SDK into a full-stack NextJS application with database integration and user authentication. | NextJS, Python, SQLite | |
The official NPM package for Beefree SDK, complete with installation instructions and configuration tips. | Typescript | |
Code from our latest webinars showcasing how to use Saved and Synced Rows feature within the Beefree SDK. | ReactJS | |
A collection of free email, landing page, and popup templates designed for easy integration with the Beefree SDK. | JSON | |
A simple HTML app demonstrating the basic implementation of the Beefree SDK for client-side applications. | HTML, JavaScript |