Data for development

fetch('https://randomuser.me/api?results=2')
.then(response => {
  return response.json();
})
.then(data => console.log(data));

공공정보

OpenAPI

무의미 텍스트 생성

랜덤 정보

What Else?
inflearn react api server