This commit is contained in:
2019-10-14 14:07:35 +02:00
parent 41b545cdd5
commit 08eab9c9db
3 changed files with 18 additions and 0 deletions

View File

@@ -121,5 +121,11 @@
</div>
<script>
fetch("https://dev.to/api/articles?username=zev")
.then(articles_response => articles_response.json())
.then(articles_json => console.log(articles_json))
</script>
</body>
</html>

View File

@@ -130,5 +130,11 @@
</div>
<script>
fetch("https://dev.to/api/articles?username=zev")
.then(articles_response => articles_response.json())
.then(articles_json => console.log(articles_json))
</script>
</body>
</html>

View File

@@ -175,5 +175,11 @@
</div>
<script>
fetch("https://dev.to/api/articles?username=zev")
.then(articles_response => articles_response.json())
.then(articles_json => console.log(articles_json))
</script>
</body>
</html>