Home

Awesome

Version
Maintained YES
Ask Me Anything !

logo ONLINE TOOLS (codetabs.com)

version 0.9.3

  1. Count LOC (lines of code) online from github/gitlab repos or zipped uploaded folder
  2. CORS proxy
  3. Github Gitlab Stars graphical history
  4. IP GeoLocation
  5. Alexa
  6. HTTP Headers
  7. API weather temp
  8. Random Data API

To Do List

In order to run this program you need installed

apt install curl git p7zip zip unzip

<hr>

logo

COUNT LOC ONLINE

DEMO and API DOCS online

Example

Response (JSON) :

[
 {
  "language": "JavaScript",
  "files": 1,
  "lines": 176,
  "blanks": 14,
  "comments": 6,
  "linesOfCode": 156
 },   
 ... more languages
 {
  "language": "Total",
  "files": 8,
  "lines": 921,
  "blanks": 132,
  "comments": 46,
  "linesOfCode": 743
 }
]
<hr>

logo

CORS-PROXY

API DOCS online

<hr>

logo

GITHUB GITLAB STARS GRAPHICAL HISTORY

DEMO and API DOCS online

Example2

Example1

<hr>

logo

IP GEOLOCATION

DEMO and API Docs online

{   
  "ip": "172.168.90.240",
  "country_code": "FR",
  "country_name": "France",
  "region_code": "IDF",
  "region_name": "Ile-de-France",
  "city": "Paris",
  "zip_code": "75001",
  "time_zone": "Europe/Paris",
  "latitude": 48.8628,
  "longitude": 2.3292   
}
<hr>

logo

ALEXA

DEMO and API DOCS online

<hr>

logo

HEADERS

DEMO and API DOCS online

<hr>

logo

WEATHER

API DOCS online

<hr>

logo

RANDOM DATA API

API Docs online

<hr>

Acknowledgment