Skip to content

remove-bg/designify-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designify API demo

This repo contains code examples of how to use the Designify API. To try the examples on you machine just clone this repository and run npm install inside the respective folder.

To use the Designify API you need an API key which you get by subscribing to Designify Pro. You can find the API key in your dashboard

How to run a demo

  1. Clone this repository
git clone [email protected]:remove-bg/designify-api-demo.git
  1. cd into a demo directory
cd designify-api-demo/axios-browser
  1. Install all the dependecies
npm install
  1. Get your API key and place it into the respective source file
  2. Run the example through
npm start

Demos

Releases

No releases published

Packages

No packages published