본문 바로가기

Taking baby-developer steps

검색하기
Taking baby-developer steps
프로필사진 Surin Lee

  • 분류 전체보기 (149)
    • 정보 (3)
      • linux (2)
      • Technical Writing 읽기 (1)
    • CS 지식 (87)
      • C언어_basic (22)
      • C언어_자료구조 (18)
      • 개발방법론 (0)
      • 객체지향 (22)
      • Web (8)
      • 운영체제 (6)
      • 네트워크 (3)
      • 서버 구축 (7)
      • Data (0)
    • 문제풀이연습 (7)
      • boj (0)
      • CodeUp (1)
      • 파이썬 코테 연습 (2)
      • C언어 예제풀이 연습 (4)
    • Todo list (2)
    • 2021 Web Development Bootca.. (6)
      • 1. Front-End Web Developmen.. (3)
      • 2. Introduction to HTML (2)
      • 20. APIs (1)
    • Logs (43)
      • 학습 log (43)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • en dl
  • 비전공자개발자
  • C언어
  • baby_dev
  • 비전공자개발공부
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2021 Web Development Bootcamp/20. APIs (1)

Taking baby-developer steps

오늘의 Snippet 정리(express.js with node.js)

app.get("/", function(req, res){ const url = "https://api.openweathermap.org/data/2.5/weather?q=London&appid=abaf6b7affaaf80dc46cf5afd8ac3545"; https.get(url, function(response){ console.log(response); response.on("data", function(data){ const weatherData = JSON.parse(data); const temp = weatherData.main.temp; console.log(temp); }); }); res.send("Server is up and running"); }); app.get 과 https.g..

2021 Web Development Bootcamp/20. APIs 2021. 7. 17. 16:45
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바