

<p align="center"><img width="250" src="https://i.imgur.com/wEVLMKA.png" alt="L5XJS Logo"></p>

<div align="center">
  <p>
  <a href="https://www.npmjs.com/package/l5x-js"><img src="https://img.shields.io/npm/v/l5x-js.svg?style=flat-square" alt="npm" /></a>
  <a href="https://gitter.im/L5XJS/Lobby"><img src="https://img.shields.io/gitter/room/L5XJS/nw.js.svg?style=flat-square" alt="Gitter" /></a>
  <a href="https://github.com/cmseaton42/L5XJS/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cmseaton42/L5XJS.svg?style=flat-square" alt="license" /></a>
  <img src="https://img.shields.io/travis/cmseaton42/L5XJS.svg?style=flat-square" alt="Travis" />
  <img src="https://img.shields.io/coveralls/github/cmseaton42/L5XJS.svg?style=flat-square" alt="Coveralls github" />
</p>
</div>

# L5XJS

A simple API designed to build and parse Allen Bradley *.L5X* files in order to empower users to automate PLC code generation.

## Prerequisites

latest version of [NodeJS](https://nodejs.org/en/)

## Getting Started

Install with npm

```
npm install l5x-js --save
```
## The API

How the heck does this thing work anyway? Great question!



## Built With

* [NodeJS](https://nodejs.org/en/) - The Engine
* [javascript - ES2017](https://maven.apache.org/) - The Language

## Contributers

* **Canaan Seaton** - *Owner* - [GitHub Profile](https://github.com/cmseaton42) - [Personal Website](http://www.canaanseaton.com/)

Wanna *become* a contributor? [Here's](https://github.com/cmseaton42/L5XJS/blob/master/CONTRIBUTING.md) how!

## License

This project is licensed under the MIT License - see the [LICENCE](https://github.com/cmseaton42/L5XJS/blob/master/LICENSE) file for details
