Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codestun/devskillfinder

DevSkillFinder is a tool to find codecentric employees with specific programming language skills using the GitHub API.
https://github.com/codestun/devskillfinder

codecentric developer developer-skills express github-api javascript nodejs programming-languages scala skills

Last synced: about 1 month ago
JSON representation

DevSkillFinder is a tool to find codecentric employees with specific programming language skills using the GitHub API.

Awesome Lists containing this project

README

        

# Developer Skill Finder

## Description
This tool helps identify codecentric employees with specific programming language skills by querying the GitHub API.
It enables customers to easily find developers proficient in languages like Scala for their projects.

## Features
- Fetches codecentric organization members from GitHub.
- Retrieves repositories and programming languages used by each member.
- Filters members based on a specified programming language.

## Technologies Used
- **Backend:** Node.js, Express
- **API:** GitHub API