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

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

Awesome Lists containing this project

README

          

![npm-version](https://img.shields.io/npm/v/gitlang.svg) ![license](https://img.shields.io/npm/l/gitlang.svg)
# 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.