Code - Lua Script Editor at App Store analyse

App power index: 100 (based on ranks around App Stores today)
Lifestyle Productivity
Developer: han shengming
Price: 0 free
Current version: 1.2.2, last update: 9 months ago
First release : 19 Jan 2021
App size: 13.62 Mb
4.4 ( 5824 ratings )
follow app

Estimation application downloads and cost

> 2.2k
Monthly downloads
~ $ 900
Estimation App Cost


Code is Lua Editor for iOS. This app is very usefull to edit lua script, and run lua code immediately.

Feature
√ Support Lua code highlight
√ Support run lua code immediately
√ It is very usefull to run some code on mobile phone

Lua Config:
lua 5.4.4
luasocket 3.1.0
LuaSec 1.2.0
json-lua 0.1-4
Lua-cURLv3

Lua-cURLv3 example

local curl = require("cURL")
local json = require("JSON")

local PATH = PATH or ".."
local SSL_CERT_FILE = SSL_CERT_FILE or "/usr/local/share/cacert.pem"

-- HTTP Post
curl.easy()
:setopt_url(https://httpbin.org/post)
:setopt_writefunction(
function(str)
print(str)
local decode = json:decode(str )
print(decode)
end
)
:setopt_httppost(curl.form() -- Lua-cURL guarantee that form will be alive
:add_content("test_content", "some data", {
"MyHeader: SomeValue"
})
)
:setopt{
use_ssl = curl.USESSL_ALL,
cainfo = SSL_CERT_FILE,
}
:perform()
:close()
Read more

No search terms founded
Available in countries
Country Price
Canada 0.99 CAD
China 8 CNY
France 0.99 EUR
Germany 0.99 EUR
Italy 0.99 EUR
Netherlands 0.99 EUR
Portugal 0.99 EUR
Spain 0.99 EUR
UK 0.99 GBP
India 99 INR
Japan 100 JPY
Korea, Republic Of 1100 KRW
Poland 4.99 PLN
Russia 99 RUB
Turkey 29.99 TRY
USA 0.99 USD
Ukraine 0.99 USD
Available for devices
iPhone5s, iPadAir, iPadAirCellular, iPadMiniRetina, iPadMiniRetinaCellular, iPhone6, iPhone6Plus, iPadAir2, iPadAir2Cellular, iPadMini3, iPadMini3Cellular, iPodTouchSixthGen, iPhone6s, iPhone6sPlus, iPadMini4, iPadMini4Cellular, iPadPro, iPadProCellular, iPadPro97, iPadPro97Cellular, iPhoneSE, iPhone7, iPhone7Plus, iPad611, iPad612, iPad71, iPad72, iPad73, iPad74, iPhone8, iPhone8Plus, iPhoneX, iPad75, iPad76, iPhoneXS, iPhoneXSMax, iPhoneXR, iPad812, iPad834, iPad856, iPad878, iPadMini5, iPadMini5Cellular, iPadAir3, iPadAir3Cellular, iPodTouchSeventhGen, iPhone11, iPhone11Pro, iPadSeventhGen, iPadSeventhGenCellular, iPhone11ProMax, iPhoneSESecondGen, iPadProSecondGen, iPadProSecondGenCellular, iPadProFourthGen, iPadProFourthGenCellular,