Skip to content

Commit 592dddd

Browse files
authored
Create README.md
1 parent 8f07bdc commit 592dddd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# whois_megatron
2+
3+
## Install
4+
5+
```sh
6+
CLIENT_ID=<YOUR_CLIENT_ID>
7+
CLIENT_SECRET=<YOUR_CLIENT_SECRET>
8+
```
9+
Generate your credentials: https://profile.intra.42.fr/oauth/applications/new
10+
11+
12+
```sh
13+
export $(cat env.template | xargs)
14+
```
15+
16+
## How to use (in progress)
17+
```sh
18+
./megatron <month> <year>
19+
```
20+
Ej: ./megatron november 2019

0 commit comments

Comments
 (0)