> For the complete documentation index, see [llms.txt](https://incheol-jung.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incheol-jung.gitbook.io/docs/study/nodejs/2018-01-16-nodejs-12st.md).

# 12회차

## Google Chart

### 구현순서

1. 모듈선언
2. 차트 init
3. 함수 구현
4. 각 차트를 그린다

## 크롤링

1. 패키지 다운로드
2. request : url 로 호출후 데이터를가져오고
3. cheerio : jQuery 방식으로 DOM을 가져와서 데이터를 정제한다
