Adds cronjob for filling vnf table row entries
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)
commitfe5b9483d56288c8bc3ba78dec3f00a22401d08d
tree76237b81a93d550a985ce7bf71e6d46dab020b39
parent641574548129b9eca6b8cc3a1045abc15a6296ac
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>
vnfcatalogue/cronjobs/README.md [new file with mode: 0644]
vnfcatalogue/cronjobs/database.js [new file with mode: 0644]
vnfcatalogue/cronjobs/github.js [new file with mode: 0644]