Delete getToken.js

This commit is contained in:
Marcus Noble 2020-12-09 13:03:48 +00:00 committed by GitHub
parent 14b9363462
commit 00f7913599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
const { Remarkable, ItemResponse } = require('remarkable-typescript');
(async () => {
const client = new Remarkable();
const token = await client.register({ code: 'whahovrq' });
console.log(token);
})()