Skip to content

Instantly share code, notes, and snippets.

View KimGenius's full-sized avatar
🧞
Working from lamp

KIM YOUNGJAE KimGenius

🧞
Working from lamp
View GitHub Profile
res.cookie('APP_COOKIE', result.access_token, {
'httpOnly': false,
'signed': false,
'encode': String
})
<!doctype html>
<html>
<head>
<title>문자 λ°œμ†‘</title>
</head>
<body>
<form action="/send" method="post">
<input type="text" placeholder="λ°œμ‹ λ²ˆν˜Έ" name="from">
<input type="text" placeholder="μˆ˜μ‹ λ²ˆν˜Έ" name="to">
<input type="text" placeholder="λ‚΄μš©" name="text">
app.post('/send', async (req, res) => {
const { from, to, text } = req.body
const { APP_COOKIE } = req.cookies
const result = await request({
method: 'POST',
uri: 'https://api.solapi.net/messages/v4/send',
headers: {
'Authorization': `bearer ${APP_COOKIE}`
},
body: {
@KimGenius
KimGenius / github-readme-stats.md
Last active November 28, 2020 21:45
github-readme-stats

Anurag's github stats

🌞 Morning 120 commits β–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 13.2%
πŸŒ† Daytime 380 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 41.8%
πŸŒƒ Evening 221 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 24.3%
πŸŒ™ Night 189 commits β–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 20.8%