Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 20:24:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ffffa8c1fadd351ca6f5b0e50c42d19d2428503
3ffffa8c
1 parent
b5766de5
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app.js
app.js
View file @
3ffffa8
...
...
@@ -109,10 +109,10 @@ async function handleEvent(event) {
}
text
.
replace
(
'\n'
,
''
);
/*
if(text.length>20)
if
(
text
.
length
>
20
)
{
text=text.substring(
8,20
);
}
*/
text
=
text
.
substring
(
text
.
length
/
6
,
text
.
length
/
4
);
}
console
.
log
(
text
);
var
url
=
"https://www.genie.co.kr/search/searchLyrics?query="
+
encodeURI
(
text
);
request
(
url
,
function
(
error
,
response
,
html
){
...
...
Please
register
or
login
to post a comment