Skip to content

danielostrow/PopularGithubRepos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

PopularGithubRepos

Console App

  • Shows basic logic on making a query with the GitHub API
    • Run with python3 APIrequest.py

WebApp

Search tool to list out an organizations repositories by language & popularity

  • backend.js: This file contains the server-side code using Express.js to handle requests and serve the API endpoints.
  • frontend/
    • index.html: This file contains the HTML structure of the frontend user interface.
    • script.js: This file contains the JavaScript code that handles the dynamic behavior of the frontend.
    • style.css: This file contains the CSS styles for the frontend.

Build web app with node.js (https://nodejs.org/en)

Assuming that you have node.js installed, in /webapp:

  • npm init
    • Sample package.json:
{
     "name": "webapp",
     "version": "1.0.0",
     "description": "",
     "main": "backend.js",
     "scripts":{
       "start": "node ./backend.js",
       "test": "echo \"Error: no test specified\" && exit 1"
       },
       "author": "",
       "license": "ISC",
       "dependencies":{
         "axios": "^1.4.0",
         "express": "^4.18.2"
         }
   }

Screenshot from 2023-05-28 16-08-55 Screenshot from 2023-05-28 16-10-34

About

Search tool to list out organizations repositories by language by popularity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published