<h1>
<img src="https://raw.github.com/cyclejs/core/master/logo.png" /> Cycle.js
</h1>

> Cycle.js is a functional and reactive JavaScript framework for cleaner code

## Installing

[![npm version](https://badge.fury.io/js/%40cycle%2Fcore.svg)](http://badge.fury.io/js/%40cycle%2Fcore)

`npm install rx @cycle/core`

Note: `rx` is a **required** dependency. Without it, nothing will change.

## I came here because I want to...

- Understand how Cycle.js works in general: go to http://cycle.js.org
- Understand how Cycle *Core* itself works: read the [docs](https://github.com/cyclejs/core/blob/master/docs/api.md) and the [tests](https://github.com/cyclejs/core/tree/master/test)
- File a bug report for anything Cycle-related: [open an issue](https://github.com/cyclejs/core/issues/new)
- Ask a question such as "How do I ...?" on one of these channels:  
  - Ask it in the [Gitter chat room](https://gitter.im/cyclejs/core)
  - [Open a StackOverflow question with `cyclejs` tag](http://stackoverflow.com/questions/tagged/cyclejs)
  - [Open an issue here](https://github.com/cyclejs/core/issues/new). Please note all discussion-like issues are labeled `discussion` and immediately closed. This doesn't mean we unconsidered your discussion. We only leave actual issues open.
- [Read discussion issues](https://github.com/cyclejs/core/issues?q=is%3Aissue+is%3Aclosed+label%3A"discussion+%28is+always+a+closed+issue%29")
- Contribute a new driver: [open an issue](https://github.com/cyclejs/core/issues/new)

## LICENSE

[The MIT License (MIT)](https://github.com/cyclejs/core/blob/master/LICENSE)

- - -

[![Build Status](https://travis-ci.org/cyclejs/core.svg?branch=master)](https://travis-ci.org/cyclejs/core)
[![Dependency Status](https://david-dm.org/cyclejs/core.svg)](https://david-dm.org/cyclejs/core)
[![devDependency Status](https://david-dm.org/cyclejs/core/dev-status.svg)](https://david-dm.org/cyclejs/core#info=devDependencies)
[![JS.ORG](https://img.shields.io/badge/js.org-cycle-ffb400.svg?style=flat-square)](http://js.org)
