All Projects → jolav → codetabs

jolav / codetabs

Licence: BSD-3-Clause license
Free Online Services. Github/GitLab star history. Count Lines of Code. CORS proxy server. IP GeoLocation. Convert Video to Gif. HTTP Headers. Api weather temp. Alexa ranking.

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to codetabs

Weather
Weather Android App using apixu API https://www.apixu.com
Stars: ✭ 48 (-57.89%)
Mutual labels:  weather-api
flutter-MyNews
Fully customize & personalize news app, built with Flutter
Stars: ✭ 22 (-80.7%)
Mutual labels:  geolocation-api
travels-api
API for Travels Management - UFLA Comp Jr/20 anniversary event
Stars: ✭ 22 (-80.7%)
Mutual labels:  api-service
cuba-weather-python
Application programming interface of the Cuba Weather project implemented in Python
Stars: ✭ 17 (-85.09%)
Mutual labels:  weather-api
cache-control
create cache-control headers
Stars: ✭ 17 (-85.09%)
Mutual labels:  http-headers
apispots-extension
Chrome extensions for discovering and interacting with Open APIs
Stars: ✭ 41 (-64.04%)
Mutual labels:  apis
meteofrance-api
Python client for Météo-France API. | Client python pour l'API Météo-France
Stars: ✭ 50 (-56.14%)
Mutual labels:  weather-api
BooksApp
Book selling application with MVVM (Model, View, ViewModel), LiveData, DataBinding, Retrofit, Room Database, Navigation Component(NavGraph, BottomNav), ViewPager2 in TabLayout, SearchView, Vertical Adapter(BestSellers) and Horizontal Adapter(All Books) with ConcatAdapter for Main Screen, Firebase Auth, SearchView in Adapter, Picasso, Lottie, Ani…
Stars: ✭ 53 (-53.51%)
Mutual labels:  api-service
aioapi
Yet another way to build APIs using AIOHTTP framework
Stars: ✭ 14 (-87.72%)
Mutual labels:  apis
dwdweather2
Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
Stars: ✭ 68 (-40.35%)
Mutual labels:  weather-api
coronavirus-dashboard-api-R-sdk
Coronavirus (COVID-19) in the UK - API Service SDK for R
Stars: ✭ 23 (-79.82%)
Mutual labels:  api-service
pirate-weather-ha
Replacement for the default Dark Sky Home Assistant integration using Pirate Weather
Stars: ✭ 193 (+69.3%)
Mutual labels:  weather-api
Aliexpress-API
An Personal API For Fetching Product Details On Aliexpress.com
Stars: ✭ 60 (-47.37%)
Mutual labels:  api-service
SkyMate
⚡ Weather app that fetches real time weather data of any location
Stars: ✭ 18 (-84.21%)
Mutual labels:  weather-api
acme-freight
Acme Freight's Logistics Wizard application is composed of several microservices, including three Cloud Foundry applications, LoopBack, API Connect, and multiple Cloud Function actions.
Stars: ✭ 43 (-62.28%)
Mutual labels:  apis
info-bot
🤖 A Versatile Telegram Bot
Stars: ✭ 37 (-67.54%)
Mutual labels:  weather-api
yametrikapy
Python library for Yandex Metrika API
Stars: ✭ 20 (-82.46%)
Mutual labels:  api-service
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-89.47%)
Mutual labels:  apis
wiremock
A tool for mocking HTTP services
Stars: ✭ 5,239 (+4495.61%)
Mutual labels:  apis
liuye
柳叶清单开放 API 文档
Stars: ✭ 32 (-71.93%)
Mutual labels:  api-service

Version
Maintained YES
Ask Me Anything !

logo ONLINE TOOLS (codetabs.com)

version 0.7.18

  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 Ranking
  6. HTTP Headers
  7. API weather temp
  8. Video To Gif

To Do List

In order to run this program you need installed

apt install curl git p7zip zip unzip ffmepg gifsicle


logo

COUNT LOC ONLINE

DEMO and DOCS online

  • Enter user/repo , then click add or select a zipped folder and upload it
  • Can count GitHub and GitLab repos
  • Max GitHub/GitLab Repo size : 500 mb, greater repos will not work.
  • File max size for upload 200mb;
  • Can select a branch different than master using &branch=branchName
  • Can ignore files or directories writing them separated by commas in the ignoreBox.
  • Petitions are limited to 1 every 5 secs. You will get a 429 error if you exceed
  • Default colors are the same as github.
  • You can edit the colors of the segments by clicking on any point of it. Segment will randomly change color as it is clicked.

Example

API LOC

  • curl Request
    add -L flag
    curl -L https://api.codetabs.com/v1/loc?source=username/reponame

  • Make a GET HTTP Request
    https://api.codetabs.com/v1/loc?github=USERNAME/REPONAME
    https://api.codetabs.com/v1/loc?gitlab=USERNAME/REPONAME

If you want a different branch than master
https://api.codetabs.com/v1/loc?SOURCE=USERNAME/REPONAME&branch=branchName

Ignore files or directories
https://api.codetabs.com/v1/loc?SOURCE=USERNAME/REPONAME&ignored=DIRNAME1,DIRNAME2,FILENAME

Example :
https://api.codetabs.com/v1/loc?github=jolav/betazone
https://api.codetabs.com/v1/loc?gitlab=jolav/chuletas
https://api.codetabs.com/v1/loc?github=imageMagick/imageMagick&branch=gh-pages
https://api.codetabs.com/v1/loc?github=jolav/betazone&ignored=www,main.go

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

Read DOCS online

  • Free CORS proxy server to bypass same-origin policy related to performing standard AJAX requests to 3rd party services. You can use to prevent mixed content of images and JSON data proxying the resources to serve them under https.
  • API URL => append the url with the resource you want to "https://api.codetabs.com/v1/proxy/"
  • Each request is limited to 5mb size download to avoid abuse.
  • Only suppports GET request.
  • Limit : 5 request per second. Once reached subsequent requests will result in error 429 (too many requests) until your quota is cleared.

logo

GITHUB GITLAB STARS GRAPHICAL HISTORY

DEMO online

  • Select Github or GitLab source.
  • Enter user/repo , then click add.
  • Petitions are limited to 1 every 5 secs. You will get a 429 error if you exceed
  • You can edit the colors of the lines by clicking on any point of it. Line will randomly change color as it is clicked.

Example2

Example1


logo

IP GEOLOCATION

Demo and Docs online

  • Free service that provides a public secure API (CORS enabled) to retrieve geolocation from any IP or hostname.
  • 10 request per second. Once reached subsequent requests will result in error 429 until your quota is cleared.
  • This API requires no key or signup.
  • JSON and XML supported
  • IPv4 and IPv6 supported
  • CORS support out of the box makes this perfect to your front end apps or webs

Examples

https://api.codetabs.com/v1/geolocation/json
https://api.codetabs.com/v1/geolocation/json?q=codetabs.com
https://api.codetabs.com/v1/geolocation/xml?q=8.8.8.8
https://api.codetabs.com/v1/geolocation/xml?q=2a00:1450:4006:803::200e

Response JSON :

{   
  "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

Tool for know Alexa Ranking Top 1 million about a website.

Get Alexa Ranking Online

  • Petitions are limited to 5 per second. You will get a 429 error if you exceed

logo

HEADERS

Tool to get list of response headers including redirect chain of a HTTP connection

DEMO and DOCS online

  • Petitions are limited to 5 per second. You will get a 429 error if you exceed

logo

WEATHER

Read DOCS online

  • Petitions are limited to 5 per sec. You will get a 429 error if you exceed
  • CORS is enabled allowing Javascript make requests across domain boundaries
  • Supported formats, json and xml

logo

VIDEO2GIF

Video2Gif Converter online

  • Tool for converting videos to animated gifs
  • File max size 100mb
  • Limit : 1 request every 30 seconds. Once reached subsequent requests will result in error 429 (too many requests) until your quota is cleared.

Parameters

Frames : Set frame rate (frames per second). Max value 10, default 5.

Start : Seek to given time position in seconds. "hh:mm:ss" syntax is also supported. Default is from start

  • 100 - begin from second 100
  • 01:40 - begin from minute 1 and second 40

Duration : Restrict the captured video sequence to the duration specified in seconds. "hh:mm:ss" syntax is also supported. Default is all duration

  • 200 - take 200 seconds from start
  • 03:20 - take 3 minutes and 20 seconds from start

Scale : Set width:height , if one parameter is -1 it will automatically determine the other while preserving the aspect ratio. Default is 320:160. Max 480.

  • 480:480 set width = 480 and height = 480
  • 380:-1 set width = 380 and height automatically preserving the aspect ratio
  • -1:320 set height = 320 and width automatically preserving the aspect ratio

TO DO

  • WWW clean unused parts, css, etc

  • WWW change web design

  • ALL Update Tests

  • LOC Save Historical Data

  • LOC Gitlab

  • LOC Bitbucket

  • LOC Use same colours for languages as github

  • LOC Change cgag/loc

  • LOC Select different branch than master

  • LOC toggle pie chart to showing non blank lines

  • LOC box to ignore patterns such as ./vendor

  • LOC update line count when hiding languages

  • STARS Save Historical Data (unstar = problem)

  • STARS Gitlab

  • STARS Optimize doing far fewer requests. Extrapolate data

  • GEOLOCATION Use csv data instead bin for remove dependency and load all data in memory ???

  • WEATHER Search more sources for weather data

  • VIDEO2GIF Get better compression

Acknowledgment

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].