https://github.com/dwqs/gitlang
Repository to list all programming languages github supports
https://github.com/dwqs/gitlang
github github-languages github-trending languages
Last synced: 10 months ago
JSON representation
Repository to list all programming languages github supports
- Host: GitHub
- URL: https://github.com/dwqs/gitlang
- Owner: dwqs
- License: mit
- Created: 2018-04-30T08:53:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T13:25:47.000Z (over 7 years ago)
- Last Synced: 2024-12-13T01:42:11.494Z (about 1 year ago)
- Topics: github, github-languages, github-trending, languages
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# gitlang
Repository to list all programming languages github supports.
>The data is from the [trending page](https://github.com/trending)
## Installation
Install the pkg with npm:
```
npm i --save gitlang
```
or yarn
```
yarn add gitlang
```
## Usage
```
import langs from 'gitlang';
console.log(langs);
```
## License
MIT.