Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 955 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 955 Bytes

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