ZakarFin / mm-hsl-timetable

MagicMirror module for HSL timetables
MIT License
5 stars 3 forks source link

Create package.json #5

Closed KristjanESPERANTO closed 8 months ago

KristjanESPERANTO commented 9 months ago

I am working on a new module list, which you can see here. If you search for your module in it, you will see that it looks a bit bland at the moment, as a screenshot and tags are missing.

You can change that by adding a package.json file. The information that is currently used from that file is the license information (the screenshot can only be displayed if the license is free) and the keywords (these are then displayed as tags).

Here is an example of a package.json.

I recommend using the keyword "Public Transport", because it's like a main category.

It would be nice if you would add the file to your repository :slightly_smiling_face:

ZakarFin commented 9 months ago

Nice work doing the listing :) I added a simple package.json for now. I haven't updated this in a bit but when I do I saw you had some other notes as well that I need to look at: https://github.com/KristjanESPERANTO/MagicMirror-3rd-Party-Modules/blob/main/result.md#mm-hsl-timetable-by-zakarfin

Also the digitransit API now requires an API key. I'll need to add some notes on how to get one (it's free, but needs to be done for this to work).

KristjanESPERANTO commented 9 months ago

Nice! With the package.json your module now looks nice on the new module list :rocket:

The other points are additional recommendations and not relevant for the list.

Yeah, would be nice if you could write how to get an API key in the README.

Thanks for creating and maintaining this module! :smiley:

ZakarFin commented 8 months ago

Added support and documentation for APIkeys in https://github.com/ZakarFin/mm-hsl-timetable/pull/6