a database site for notitg modcharts written in typescript
Go to file
oat 108eec139d
file parsing!!
you can now just drop in a zip in /upload and it'll parse, handle and upload everything for you

right now only the metadata is saved, so the actual file downloads aren't available, but that shouldn't be too hard to implement

this is really hacky however, and dropping in a file with a malformed .sm or 2 .sms will likely make it have a panic attack

definetly needs lots and lots of testing, it barely works
2020-09-02 21:30:23 +03:00
assets beep beep icon truck arrived 2020-09-02 18:03:38 +03:00
config init commit babey 2020-09-02 15:48:41 +03:00
src file parsing!! 2020-09-02 21:30:23 +03:00
.eslintignore funny eslint 2020-09-02 16:17:26 +03:00
.eslintrc.json funny eslint 2020-09-02 16:17:26 +03:00
.gitignore log go bye 2020-09-02 16:18:19 +03:00
LICENSE.md init commit babey 2020-09-02 15:48:41 +03:00
README.md beep beep icon truck arrived 2020-09-02 18:03:38 +03:00
package-lock.json file parsing!! 2020-09-02 21:30:23 +03:00
package.json file parsing!! 2020-09-02 21:30:23 +03:00
tsconfig.json init commit babey 2020-09-02 15:48:41 +03:00

README.md

in the database 2

a database site for notitg modcharts, currently very very unfinished, basically just a boilerplate

setup

  1. npm install
  2. make a config.json (example in config/config.json.example)
  3. npm run build and node main/index.js