Compare commits

...

18 commits

Author SHA1 Message Date
sol
3ac64e3935 Merge branch 'main' of git.derg.cz:ulysia/hypixel-auction-notifier 2024-12-28 13:18:02 +02:00
125c0e9f90 added remote adding scripts 2024-12-28 09:57:15 +01:00
d8dbe8ee97 added more types 2024-12-27 22:58:39 +01:00
96baf5eca1 enforcing strict types 2024-12-27 22:16:26 +01:00
Reenly
e793444455 sql: javascript > typescript 2024-12-27 23:08:44 +02:00
6cd6dd559d Merge pull request 'setup sql framework' (#2) from experimental into main
Reviewed-on: #2
2024-12-27 21:50:58 +01:00
Reenly
e890e349fb setup sql framework 2024-12-27 22:45:04 +02:00
72e483d75d Merge pull request 'Typescript conversion functioning, incomplete' (#1) from typescript into main
Reviewed-on: #1
2024-12-27 21:41:48 +01:00
721c7f9f2c works (somehow). Ts almost done, just missing types here and there 2024-12-27 21:40:09 +01:00
c82f9b2f8a mayhaps functioning TS conversion 2024-12-27 21:17:59 +01:00
cf06525856 Delete pnpm-lock.yaml 2024-12-27 01:32:46 +01:00
Heli-o
8e0fe48127 added pnpm lock to gitignore 2024-12-27 01:32:12 +01:00
Heli-o
af837caa42 fixed formatting 001 2024-12-27 01:30:08 +01:00
Heli-o
8eedb8d80a concluded merge 2024-12-27 01:27:11 +01:00
Heli-o
18bbfe775e uppercased environment variables 2024-12-27 01:19:00 +01:00
Heli-o
aad843d896 uppercased environment variables 2024-12-27 01:16:47 +01:00
Heli-o
7392039ba8 renamed service and container 2024-12-27 01:13:56 +01:00
Heli-o
a28869a782 added docker, environment variables, renamed vars 2024-12-27 00:52:30 +01:00

View file

@ -28,13 +28,8 @@
__the example .env is__
```
WEBHOOK_URL=<webhook_url>
<<<<<<< HEAD
WEBHOOK_NAME=Auction_Notifier
WEBHOOK_PROFILE_PICTURE=<picture_url>
=======
WEBHOOK_NAME=Flipper
WEBHOOK_PROFILE_PICTURE=https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096
>>>>>>> aad843d (uppercased environment variables)
```
You can also add these as environment variables into your system when running Node or run the app via `node --env-file=.env index.js`