Bunch of updates. YOLO
This commit is contained in:
parent
46fc5713eb
commit
4e0567a728
6
getToken.js
Normal file
6
getToken.js
Normal file
@ -0,0 +1,6 @@
|
||||
const { Remarkable, ItemResponse } = require('remarkable-typescript');
|
||||
(async () => {
|
||||
const client = new Remarkable();
|
||||
const token = await client.register({ code: 'whahovrq' });
|
||||
console.log(token);
|
||||
})()
|
@ -9,10 +9,11 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"crypto-random-string": "^3.2.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"jszip": "^3.2.2",
|
||||
"puppeteer": "^2.1.1",
|
||||
"remarkable-typescript": "^1.0.5"
|
||||
"uuid4": "^1.1.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user