bendardenne/MMM-stib2

Keywords

Closed this issue · 2 comments

In the new module list I am working on, tags are displayed for each module. These are read from the package.json. So far there are no keywords in the package.json of your module. It would be nice if you could add some. Here you can see an example of a package.json with keywords.

This would be my suggestion:

  "keywords": [
    "MagicMirror",
    "STIB",
    "Brussels",
    "public transport"
  ],

Added your suggested keywords, thanks

Thank you! Now your module looks nice on the module list 😃