분류 전체보기

    백준 자바 스크립트

    ```javascript const readline = require("readline"); const rl = readline.createInterface({ input: process.stdin, output: process.stdout, }); let count = 0; let input = []; rl.on("line", (line) => { input.push(line); count += 1; if (count === 1) { rl.close(); } }).on("close", function () { console.log(input); process.exit(); }); ```

    자바스크립트로 Google Sheet API와 연결하기

    자바스크립트로 Google Sheet API와 연결하기

    필요한 도구 - Visaul Studio Code - NodeJS - Google Cloud Platform - Google Drive 1. NodeJS 라이브러리 소개 https://www.npmjs.com/package/google-spreadsheet google-spreadsheet Google Sheets API (v4) -- simple interface to read/write data and manage sheets. Latest version: 3.3.0, last published: 2 months ago. Start using google-spreadsheet in your project by running `npm i google-spreadsheet`. There are 307 o..

    프론트엔드 스킬 연습 사이트 모음

    프론트엔드 스킬 연습 사이트 모음

    Google 검색을 통해 학습을 할 수 있는 사이트는 많지만 학습할 환경을 제공해주거나 문제를 제공하는 사이트들은 검색에 노출이 적습니다. 그래서 모아봤습니다. 온라인 웹 IDE 설정하지않고 바로 사용할 수 있는 IDE사이트들 입니다. https://codesandbox.io/ CodeSandbox: Online Code Editor and IDE for Rapid Web Development Optimized for frameworks Custom environments built specifically for React, Vue, Angular, and many more. codesandbox.io https://stackblitz.com/ StackBlitz | Instant Dev Environm..

    MQTT프로토콜을 활용한 IOT 서버

    MQTT프로토콜을 활용한 IOT 서버

    NodeJS Express, Pug를 사용했습니다. https://github.com/Haiol/searchMyMqtt.git GitHub - Haiol/searchMyMqtt: Nodejs Express / MQTT / MariaDB you can see the data Nodejs Express / MQTT / MariaDB you can see the data - GitHub - Haiol/searchMyMqtt: Nodejs Express / MQTT / MariaDB you can see the data github.com