Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신원형
/
study-or-enjoy
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신원형
2022-06-06 13:27:40 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c2c1549ca6dae09c4aaebd06b4f74f3622113f8
7c2c1549
1 parent
ba1dd83c
add readme
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
7c2c154
# Requirements
| Name |Version |
| ------ | ------ |
| firefox | 100.0.2 |
| nodejs | 16.15.0 |
| npm | 8.10.0 |
| geckodriver | 0.31.0-linux64 |
# Installation
```
sh
$
wget -c https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz -O - | tar -xz
$
npm install
```
and add setting.json for channel access
```
json
{
"channel_access"
:
"<Channel Access Token>"
,
"domain"
:
"<Domain>"
,
"id"
:
"<ECampus ID>"
,
"pw"
:
"<ECampus PW>"
}
```
\ No newline at end of file
Please
register
or
login
to post a comment