aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/guide/api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/guide/api/index.html')
-rw-r--r--files/ko/web/guide/api/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ko/web/guide/api/index.html b/files/ko/web/guide/api/index.html
new file mode 100644
index 0000000000..e9ca5304d4
--- /dev/null
+++ b/files/ko/web/guide/api/index.html
@@ -0,0 +1,24 @@
+---
+title: Guide to Web APIs
+slug: Web/Guide/API
+tags:
+ - API
+ - Guide
+ - Landing
+ - Web
+translation_of: Web/Guide/API
+---
+<p>The web includes a wide array of APIs that can be used from JavaScript to build increasingly more powerful and capable applications, running either on the web, locally, or through technology such as <a href="https://nodejs.org/">Node.js</a>, on a server. On this page you'll find a complete list of all of the APIs provided by the full web technology stack.</p>
+
+<h2 id="Web_API의_모든_것">Web API의 모든 것</h2>
+
+<p>{{ListGroups}}</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API">Web API interface reference</a> (an index of all of the interfaces comprising all of these APIs)</li>
+ <li><a href="/en-US/docs/Web/API/Document_Object_Model">Document Object Model</a> (DOM)</li>
+ <li><a href="/en-US/docs/Web/Events">Web API event reference</a></li>
+ <li><a href="/en-US/docs/Learn">Learning web development</a></li>
+</ul>