RiiConnect24 / RiiTag

RiiTag is a customizable gamertag for the Wii.
https://tag.rc24.xyz/
GNU Affero General Public License v3.0
14 stars 8 forks source link

Minor RiiTag setup issues #35

Closed TheShadowEevee closed 3 years ago

TheShadowEevee commented 3 years ago

I was setting up RiiTag locally in preparation for some work I was going to do, and I noticed some issues when running app.js for it's first boot.

  1. Based on the files from the repo, app.js, if it can't find the config, looks for config.json.example. This file however is named config.example.json in the repo, and causes errors when running app.js for the first time without manually renaming it.
  2. app.js uses the connect-datadog node library, but it is not included in the repos packages.json list for npm install.

While I fixed these issues on my fork, I felt that these weren't big enough issues to warrant a separate PR just to fix them.