mirror of
https://github.com/anatolykopyl/vk-nft-feed.git
synced 2026-03-26 04:44:34 +00:00
Added a logo and env example
This commit is contained in:
1
.env.example
Normal file
1
.env.example
Normal file
@@ -0,0 +1 @@
|
||||
SERVICE_KEY=
|
||||
2
index.js
2
index.js
@@ -3,7 +3,9 @@ dotenv.config();
|
||||
|
||||
import Rareterm from 'rareterm.node';
|
||||
import getImages from './getImages.js';
|
||||
import logo from './logo.js';
|
||||
|
||||
logo();
|
||||
const entity = process.argv[2];
|
||||
|
||||
(async () => {
|
||||
|
||||
9
logo.js
Normal file
9
logo.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default () => console.log(
|
||||
` __ __ ___ _ __ _ _______ _______ _______ _______ _______ ______
|
||||
| | | | | | | | | | | | | | | | | |
|
||||
| |_| | |_| |____| |_| | ___|_ _|___| ___| ___| ___| _ |
|
||||
| | _|____| | |___ | ||____| |___| |___| |___| | | |
|
||||
| | |_ | _ | ___| | | | ___| ___| ___| |_| |
|
||||
| || _ | | | | | | | | | | | |___| |___| |
|
||||
|___| |___| |_| |_| |__|___| |___| |___| |_______|_______|______| `
|
||||
);
|
||||
Reference in New Issue
Block a user