UNPKG

@cycle/core

Version:

The Cycle run() function meant to be used with RxJS v4

36 lines (23 loc) 1.99 kB
<h1> <img src="https://raw.github.com/cyclejs/cycle-core/master/logo.png" /> Cycle.js </h1> > Cycle.js is a fully reactive JavaScript framework for Human-Computer Interaction. Cycle *Core* is the minimum required tools you need for building applications. It is comprised of one single function, `Cycle.run(main, drivers)`. ## 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/cycle-core/blob/master/docs/api.md) and the [tests](https://github.com/cyclejs/cycle-core/tree/master/test) - File a bug report for anything Cycle-related: [open an issue](https://github.com/cyclejs/cycle-core/issues/new) - Ask a question such as "How do I ...?": [open a StackOverflow question with `cyclejs` tag](http://stackoverflow.com/questions/tagged/cyclejs) or ask in the [Gitter chat room](https://gitter.im/cyclejs/cycle-core) - Contribute a new driver: [open an issue](https://github.com/cyclejs/cycle-core/issues/new) ## LICENSE [The MIT License (MIT)](https://github.com/cyclejs/cycle-core/blob/master/LICENSE) - - - [![Build Status](https://travis-ci.org/cyclejs/cycle-core.svg?branch=master)](https://travis-ci.org/cyclejs/cycle-core) [![Code Climate](https://codeclimate.com/github/cyclejs/cycle-core/badges/gpa.svg)](https://codeclimate.com/github/cyclejs/cycle-core) [![Dependency Status](https://david-dm.org/cyclejs/cycle-core.svg)](https://david-dm.org/cyclejs/cycle-core) [![devDependency Status](https://david-dm.org/cyclejs/cycle-core/dev-status.svg)](https://david-dm.org/cyclejs/cycle-core#info=devDependencies) [![JS.ORG](https://img.shields.io/badge/js.org-cycle-ffb400.svg?style=flat-square)](http://js.org)