<h1 align="center">Welcome to Languages Names 👋</h1>
<p>
  <img src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
  <a href="https://github.com/horosgrisa/programing-language-names#readme">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
  </a>
  <a href="https://github.com/horosgrisa/programing-language-names/graphs/commit-activity">
    <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
  </a>
  <a href="https://github.com/horosgrisa/programing-language-names/blob/master/LICENSE">
    <img alt="License: GPL-3.0" src="https://img.shields.io/badge/License-GPL-3.0-yellow.svg" target="_blank" />
  </a>
</p>

> Names for Programing Languages

### 🏠 [Homepage](https://github.com/horosgrisa/programing-language-names#readme)

## Install

```sh
npm install programing-language-names
```

## Usage

This package contains names fro programing languages

```js
const names = require('programing-language-names')

console.log(names.javascript) // JavaScript
console.log(names.as) // ActionScript

```

## Run tests

```sh
npm run test
```

## Author

👤 **Grigorii Horos**

* Github: [@horosgrisa](https://github.com/horosgrisa)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/horosgrisa/programing-language-names/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2019 [Grigorii Horos](https://github.com/horosgrisa).<br />
This project is [GPL-3.0](https://github.com/horosgrisa/programing-language-names/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
