Automatically check last commit date.
lk-geimfari opened this issue · 7 comments
@makkoncept have created this cool script for checking last commit date. I suggest to improve it and add to Travis CI.
Of course we need to refactor current scrip to make it much clear and effective.
I suggest using this icon (badge), which will contain relevant information. A small script (ideal for hosting on AWS Lambda or other FaaS) that will accept the GitHub repository URL, retrieve information and redirect to the appropriate badge according to the https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
.
@ad-m Sounds pretty cool.
@lk-geimfari , i rewrited scripts above as NodeJS service as described in previous commend. Here is code: https://gist.github.com/ad-m/6c522dd3b96e38209a0c3f63cf317323
I don't have free time to host it anywhere in reliable way.
@lk-geimfari, can you look at it please !!
@makkoncept I don't know about node script, but the main idea is using a script on Travis. I think that Python script will much easy and lightweight.
@lk-geimfari I am not comfortable with node.js either. I agree with using Python for this task.