Skip to main content

Posts

Showing posts with the label github

[eAskGitHub]Simple C++ console for all github repo release API

eAskGitHub ========== Simple console for all github repo release API. What? ----- It is a c++ application with a binary. It is created to make the life simple for github repository API user. It uses curl. Feature: -------- 1. It can receive any lenght of response from github. 2. It has it's own simple JSON parser method. 3. It is powerfull tool to know your github release download count. 4. Makefile application. Prerequisite: ------------- 1. Need libcurl. 2. Need Centos/Linux. 3. Not tested with windows(Hopefully it will work after windows curl library installation). Roadmap: -------- 1. Implement every API of [GitHub API](https://developer.github.com/v3/repos/releases/). Use: ---- In console just give command - ./eAskGit Then just follow the hints available on console or answer the querry. Test Result: ------------ ./eAskGit Welcome to github metadata fetcher eAskGitHub v1.0 !! It's a very simple command line app who will try to fill your all want for github metadata(THE...