Current weather data - OpenWeatherMap
Access current weather data for any location on Earth including over 200,000 cities! We collect and process weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations. Data is avai
openweathermap.org
Postman API Platform | Sign Up for Free
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
www.postman.com
API platform
JSON JavaScript Object Notation.
when we call API, the result is in JSON format
Just lika a flat pack furniture at IKEA, you can collapse all of that data down into a single string.
And as loong as we maintain where all the curly braces and the colons and the commas are, then at at later stage, once we received that JSON as a string, we can build it back up into the original object.
API로 받을 수 있는데이터 포맷은 JSON, XML, HTML인데, JSON이 가장 많이 쓰인다.
크롬- 익스텐션: JSON viewer awesome pro
'프로그래밍 공부 > 백엔드' 카테고리의 다른 글
The first EJS templates :var today=new Date(); today.getday() (0) | 2022.03.07 |
---|---|
The MailChimp API - Newsletter App.1: before start (0) | 2022.03.05 |
APIs : Endpoint, Paths, Parameters, and Autentication. (0) | 2022.03.04 |
Calculator 만들기: 2+3은 23의 문제에 대하여.. (0) | 2022.03.03 |
Calculator 만들기: res.sendFile(__dirname (0) | 2022.03.03 |