lk-geimfari / awesomo

Cool open source projects. Choose your project and get involved in Open Source development now.

Home Page:https://t.me/software_dev_channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically check last commit date.

lk-geimfari opened this issue · comments

commented

@makkoncept have created this cool script for checking last commit date. I suggest to improve it and add to Travis CI.

commented

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.

commented

@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 !!

commented

@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.