Developing WIX Corvid APP for public

I am wondering how I go about developing a public application that has access to all the possibilities that Corvid offers. Do I have to go through the normal app-setup?:thinking:
I’m quite confused, since I am new to WIX applications.

In the end it doesn’t really matter if it’s Corvid or not, I just need the possibility to create an app for my users which has access to an external API to get data from. That data should be displayed on WIX. (Users have to be able to install it, without the need of dealing with injecting code)

How do I go about this?:nerd_face:

I’m familiar with JS and APIs, just not with how WIX wants me to do the initial setup. Any help is appreciated :sweat_smile: Thanks in advance!:grinning:

To learn about programming with Corvid, read the following articles that will help you start working with Corvid:

Fo acessing an external API, you will need to read about how to access 3rd party services in the article Corvid: How to Access 3rd-Party Services with the Fetch API .

Take a look at the Advanced examples , many of them access 3rd party services. A couple of good examples to start with are: Example: Using the Places API from Google Maps services and Example: Send email with the SendGrid REST interface .

@Yisrael
But this seems to only be for an individual site. Is it possible to pusblish what i created to the market? (I can’t see that anywhere)

Other than that:
Very good documentations. Thanks!