Skip to content

Instantly share code, notes, and snippets.

View wooramy's full-sized avatar

Wooram Youn wooramy

  • Encored Technologies
  • Seoul, Korea
View GitHub Profile
@wooramy
wooramy / papago.js
Last active October 15, 2023 08:57
Naver Papago Translation API via Axios (Axios를 활용한 네이버 파파고 번역 API 예제 )
const axios = require('axios');
const qs = require('querystring');
const TRANSLATE_METHODS = {
nmt: 'nmt',
smt: 'smt',
};
class Papago {
constructor(config) {

Keybase proof

I hereby claim:

  • I am wooramy on github.
  • I am wooramy (https://keybase.io/wooramy) on keybase.
  • I have a public key ASDr7H2s2mFC-vIiFCyVLRvGKFKr1-63wcarEz8q4_x1LQo

To claim this, I am signing this object:

@wooramy
wooramy / .eslintrc.json
Created August 16, 2016 01:57
ESLint Rules for Encored
{
"parserOptions": {
"ecmaVersion": 6
},
"env": {
"browser": true,
"commonjs": true,
"mocha": true,
"node": true
},
@wooramy
wooramy / ratePlanSchema.json
Last active August 13, 2016 04:19
Sample baseTiers entity
{
"baseTiers":
{
"monthly": [
{
"slots": [7,8],
"tierInfo": [
{"amount": 150, "cost": 410},
{"amount": 250, "cost": 910},
{"amount": 350, "cost": 1600},