# micro-jaymock - 가짜 JSON데이터 생성해주는 API서비스

> Clean Markdown view of GeekNews topic #1458. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1458](https://news.hada.io/topic?id=1458)
- GeekNews Markdown: [https://news.hada.io/topic/1458.md](https://news.hada.io/topic/1458.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-02-06T10:17:50+09:00
- Updated: 2020-02-06T10:17:50+09:00
- Original source: [github.com](https://github.com/Meeshkan/micro-jaymock)
- Points: 5
- Comments: 1

## Topic Body

- JSON 템플릿을 POST하면 가짜 데이터를 채워서 리턴하는 API 서버 오픈소스

>> curl -X POST

        -d '{ "firstName": "name.firstName", "lastName": "name.lastName" }' 서버주소

>> {"firstName":"Isaac","lastName":"Schultz"}

- 가짜 데이터 생성은 faker.js 사용

## Comments



### Comment 1077

- Author: xguru
- Created: 2020-02-06T10:21:21+09:00
- Points: 1

faker.js 가 ko 로케일도 지원은 하는데 조금 오래되긴 했네요.

우편번호가 6자리로 되어있는거 빼고는 바로 사용 가능할듯.

https://github.com/Marak/Faker.js
