web API

I have website to be web API.

That the way is added icon on <head>to</head>


It is like this.

<!DOCTYPE html>

<html lang="ja">

<head>

<title>add icon</title>

<meta name="apple-mobile-app-capable content="yes">

<link rel="apple-touch-icon" href="(url)/icon.png" />

<link rel="apple-touch-icon" size="57x57" href="(url)/icon.png" />

<link rel="apple-touch-icon" size="72x72" href="(url)/icon1.png" />

<link rel="apple-touch-icon" size="114x114" href="(url)/icon2.png" />

<link rel="apple-touch-icon-precomposed" href="(url)/icon.png" />

<link href="url.css" rel="stylesheet" type="text/css">

</head>

<body>

<div>

</div>

</body>

</html>


The Picture is icon is picture name.

The size is on pixel.


How can create the Native API from monacaIDE or anothe way?

And appload is able to set on iOS's app shop,or play store by ourself?


If it is possible,someone show me the way!

hello u can help create api to website for checking device

web API
 
 
Q