Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0eix/gh-trending-repositories-languages
- Owner: 0eix
- Created: 2020-07-06T11:37:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T12:22:55.000Z (over 4 years ago)
- Last Synced: 2024-04-18T04:20:34.036Z (7 months ago)
- Topics: express, github-api
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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 languageMore 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