jolav / codetabs

Free Online Services. Github/GitLab star history. Count Lines of Code. CORS proxy server. IP GeoLocation. HTTP Headers. Random Data. Api weather temp. Alexa ranking.
https://codetabs.com
BSD 3-Clause "New" or "Revised" License
231 stars 30 forks source link
alexa-rank api-service apis cors-proxy count-lines-of-code-online free-api free-cors-proxy geolocation-api github-stars-graphical-history gitlab-stars-graphical-history http-headers online-service proxy proxy-server random-name-generator random-number-generators weather-api

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


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
 }
]

logo

CORS-PROXY

API DOCS online


logo

GITHUB GITLAB STARS GRAPHICAL HISTORY

DEMO and API DOCS online

Example2

Example1


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   
}

logo

ALEXA

DEMO and API DOCS online


logo

HEADERS

DEMO and API DOCS online


logo

WEATHER

API DOCS online


logo

RANDOM DATA API

API Docs online


Acknowledgment