# [PoistueJS](http://jen-apps.iskandarjamil.com/poistuejs)

PoistueJS is simple task runner of Javascript Library, simple task do not wasted to be repeated, created by [Iskandar Jamil](http://iskandarjamil.com/).

To get started, check out <http://jen-apps.iskandarjamil.com/poistuejs>!

## Table of contents

- [Quick start](#quick-start)
- [Features](#features)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)

## Quick start

Several quick start options are available:

- [Download the latest release.](https://github.com/iskandarjamil/PoistueJS/archive/v1.0.2.zip)
- Clone the repo: `git clone https://github.com/iskandarjamil/PoistueJS.git`
- Install with [npm](https://www.npmjs.com): `npm install PoistueJS`
- Install with [Composer](https://getcomposer.org): `composer require iskandarjamil/poistuejs`
- Install with [Bower](https://bower.io): `bower install poistuejs`

Read the [Installation](http://jen-apps.iskandarjamil.com/poistuejs/#installation) for information on the framework contents, templates and examples, and more.

## Features

- Lazyload (http://jen-apps.iskandarjamil.com/poistuejs/#lazyload)
- Load External (http://jen-apps.iskandarjamil.com/poistuejs/#load-external)
- Scroll to Top (http://jen-apps.iskandarjamil.com/poistuejs/#scrolltotop)
- Scroll Balloon (http://jen-apps.iskandarjamil.com/poistuejs/#scrollballoon)
- Extend View (http://jen-apps.iskandarjamil.com/poistuejs/#extendview)
- HTML5 Form Validator (http://jen-apps.iskandarjamil.com/poistuejs/#formvalidator)
- Google Map (http://jen-apps.iskandarjamil.com/poistuejs/#googlemap)

### What's included

Within the download zip file included directories and files, I providing both compiled and minified variations. You'll see something like this:

```
PoistueJS/
├── css/
│   ├── PoistueJS.css
│   ├── PoistueJS.css.map
│   ├── PoistueJS.min.css
│   └── PoistueJS.min.css.map
└── js/
    ├── PoistueJS.js
    └── PoistueJS.min.js
```

We provide compiled CSS and JS (`PoistueJS.*`), as well as compiled and minified CSS and JS (`PoistueJS.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`PoistueJS.*.map`) are available for use with certain browsers' developer tools.


## Bugs and feature requests

If your problem or idea is not addressed yet, [please open a new issue](https://github.com/iskandarjamil/PoistueJS/issues/new).


## Documentation

PoistueJS's documentation, you may find at <http://jen-apps.iskandarjamil.com/poistuejs>.


## Versioning

See [the Releases section of our GitHub project](https://github.com/iskandarjamil/PoistueJS/releases) for changelogs for each release version of PoistueJS.


## Creators

**Iskandar Jamil**

- <http://iskandarjamil.com>
- <https://github.com/iskandarjamil>



## Copyright and license

Code and documentation copyright 2016 the PoistueJS Authors. Code released under [the MIT license](https://github.com/iskandarjamil/PoistueJS/blob/master/LICENSE).
