Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0eix/gh-trending-repositories-languages


https://github.com/0eix/gh-trending-repositories-languages

express github-api

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# backend-coding-challenge

## Instructions

- Develop a REST microservice that list the languages used by the 100 trending public repos on GitHub.
- For every language, you need to calculate the attributes below 👇:
- Number of repos using this language
- The list of repos using the language

More info [here](https://github.com/gemography/backend-coding-challenge)

## Solution
**Endpoints:**
- `[GET] /api/github/trending-languages` for trending repositories languages

## Technical environment

**Language:** JavaScript (node.js)
**Packages:** express, axios, moment.js, cors
**Misc:** nodemon
**Editor:** vscode