Skip to content
View Rigo85's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Digevo
  • Trujillo - Perú

Organizations

@cuckoo-search @DIGEVO @RJ-Stuff
Block or Report

Block or report Rigo85

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. internet-speed-monitor internet-speed-monitor Public

    Internet speed tester application

    JavaScript

  2. feriados-peru-api feriados-peru-api Public

    Feriados Perú API

    TypeScript 1

  3. directoryscrapping directoryscrapping Public

    How to get people information by scrapping the site.

    Java 1

  4. jhfs jhfs Public

    HTTP File Server in Java

    Java 1 1

  5. NeutronGame-ElectronWebUI NeutronGame-ElectronWebUI Public

    Neutron Game with Electron Web UI

    JavaScript

  6. Web Scraping a https://www.gob.pe/fe... Web Scraping a https://www.gob.pe/feriados para obtener los feriados aprobados por el gobierno de Perú.
    1
    const axios = require('axios').default;
    2
    const cheerio = require('cheerio');
    3
    
                  
    4
    (async () => {
    5
        try {