Adds cronjob for filling vnf table row entries 67/30467/4
authorKumar Rishabh <shailrishabh@gmail.com>
Tue, 14 Mar 2017 19:50:39 +0000 (01:20 +0530)
committerKumar Rishabh <shailrishabh@gmail.com>
Wed, 15 Mar 2017 13:30:30 +0000 (19:00 +0530)
commitc164830cef9b4b48c8148bd68792287a4cf6a29b
tree72506935527bb19a216e64c369d6892153202966
parentd08d2aa2484626b66bd3d904d67a653f7683f6b4
Adds cronjob for filling vnf table row entries

It uses github api calls to fill no_of_developers, no_of_stars and
versions entry. It is a bit hacky as it sets some parameters and parses
the header link line to get the number.
TODO lines_of_code entry as it is not provided directly by github api.

Change-Id: I6cba54ad48fbb6aa5f4823100a426abbb82fc447
Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
utils/test/vnfcatalogue/cronjobs/README.md [new file with mode: 0644]
utils/test/vnfcatalogue/cronjobs/database.js [new file with mode: 0644]
utils/test/vnfcatalogue/cronjobs/github.js [new file with mode: 0644]