This section is no longer being used. Please join the discussion in the Developer Forums.

JavaScript web app, how will it be launched in Airspace?

Votes Replies Views Asked by
0 1 82 TVO's IdeaShaker Innovation Lab about 7 months ago

We are thinking building a Leap web app with Leap JavaScript SDK. Then my manager asked me how could this app be launched in Airspace store later. I reviewed Leap Airspace review guidelines but couldn't find any information. Does anyone know? I would like to know a couple things.

  • Can JavaScript Web app be submitted to Airspace once it was launced?
  • If it can, roughly how long would take for the app review?

Thanks

Tags

Not the question you were looking for? Browse other questions tagged:

javascript   12 airspace   5 app review   2
1 answer
Votes Answered by
0 Jared Deckard about 7 months ago

The About Airspace page lists websites as a category.

Markdown for editing

We are using "GitHub Flavored Markdown" (GFM) for our discussions. It differs from standard Markdown (SM) in a few significant ways and adds some additional functionality.

If you're not already familiar with Markdown, you should spend 15 minutes and go over the excellent Markdown Syntax Guide at Daring Fireball.

How to Format
  • Put returns between paragraphs
  • For linebreak, add 2 spaces at the end
  • Make text _italic_ or **bold**
  • Indent code by 4 spaces
  • Backtick escapes `like_so`
  • Quote by placing > at the start of a line
  • To make links:
    <http://foo.com>
    [foo](http://foo.com)
    <a href="http://z.com">z</a>
  • basic HTML also allowed