# 12회차

## Google Chart

### 구현순서

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

## 크롤링

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://incheol-jung.gitbook.io/docs/study/nodejs/2018-01-16-nodejs-12st.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
