Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Cycle.js

A functional and reactive JavaScript framework.
Collective - Host: opensource - https://opencollective.com/cyclejs - Website: https://cycle.js.org/ - Code: https://github.com/cyclejs

Change isomorphic example to avoid client-side rerendering

Use .skip(1) and the Cycle.js app client-side will reuse the DOM
elements rendered by the server...

github.com/cyclejs/dom - 37c110aa8ab566aea6757392455710ac4dcea338 authored over 9 years ago
Change isomorphic example to avoid client-side rerendering

Use .skip(1) and the Cycle.js app client-side will reuse the DOM
elements rendered by the server...

github.com/cyclejs/cyclejs - e7ee567e36fb0953f4cd6d35b4287c306cc57444 authored over 9 years ago
Fix semantics of initial root element in DOM rendering

Diff and patch root element is not anymore a child of the
given container (to the DOM Driver). I...

github.com/cyclejs/cyclejs - ea91a4a114109bda52b97efc99bc924c694e8246 authored over 9 years ago
Fix semantics of initial root element in DOM rendering

Diff and patch root element is not anymore a child of the
given container (to the DOM Driver). I...

github.com/cyclejs/dom - 866a5b37e8422e599804cfa56892347151b8a350 authored over 9 years ago
Fix anchor for http example in Basic Examples

github.com/cyclejs/old-website - c23d1894f28e77468dd6d2e8ad320a770dcc9101 authored over 9 years ago
Merge pull request #7 from cyclejs/http-driver-example

Add example on HTTP driver, in Basic Examples chapter

github.com/cyclejs/old-website - c3c255d710948dec92ba41f7e5a77cfa1431bc42 authored over 9 years ago
Fix grammar in Basic Examples chapter

github.com/cyclejs/old-website - 48763d814c93f574e656331139fcead7083cb642 authored over 9 years ago
Add example on HTTP driver, in Basic Examples chapter

github.com/cyclejs/old-website - 09f86956921425003fa1b1b80ac6d93fec6161b2 authored over 9 years ago
Fix grammar: specially => especially

github.com/cyclejs/old-website - 3838a79c2b380267414857ac3ee3235316b707ce authored over 9 years ago
Merge pull request #4 from azu/fix-config-url

Fix url in config.yml

github.com/cyclejs/old-website - 74a95cab8e4134ab631d93548c62971f03a1c7ca authored over 9 years ago
Fix url in config.yml

github.com/cyclejs/old-website - d50c948d86abf8db2a11a43affc7a0c50ee811d0 authored over 9 years ago
Update random-user example

github.com/cyclejs/cyclejs - a60b7a7b438dfb68ce4c6c01367740a626135fb7 authored over 9 years ago
Update random-user example

github.com/cyclejs/http - edc423d6c8973ebeef8fcee60a868c695a902d2d authored over 9 years ago
Add "get random user" example

github.com/cyclejs/http - 7c5ba2418be430c2ad17d3b0a4a8537ce282e099 authored over 9 years ago
Add "get random user" example

github.com/cyclejs/cyclejs - 80555770d64384332f2f1c18cf93232097027933 authored over 9 years ago
Compile dist/ files

github.com/cyclejs/cyclejs - 6d1f85de444785033cde98fffcbc07205e9b8519 authored over 9 years ago
Compile dist/ files

github.com/cyclejs/http - d8987f8ee32b8f7a7457339ea952889b85ebd192 authored over 9 years ago
Add blockquote "What is Cycle Core?"

github.com/cyclejs/old-website - d6464135286e498d659b57952e8291d5806fff93 authored over 9 years ago
Add link from Observables chapter to Drivers chapter

github.com/cyclejs/old-website - e6eac997704d58bf8547e196e93dcc9cbd4040b3 authored over 9 years ago
Fix typo in API docs

github.com/cyclejs/cyclejs - 8121081d73453d366f3a134da75bc0498fea02f4 authored over 9 years ago
Merge pull request #3 from cem2ran/master

grammar

github.com/cyclejs/old-website - 5ed7cfc4e74156a82abc57ccc0e423ba220eaf2f authored over 9 years ago
Add Hello world example

github.com/cyclejs/cyclejs - 3a271206ee1e4c941fa4020933b2a17ae1e0f4d9 authored over 9 years ago
Add Hello world example

github.com/cyclejs/http - 96d1d761598d0ea7b4fd09c3d908266026ea2f5f authored over 9 years ago
More content to docs/api.md

github.com/cyclejs/http - 221cc3f4a36d7aa0b1584a75fedb823ca6ace042 authored over 9 years ago
More content to docs/api.md

github.com/cyclejs/cyclejs - 78ce7606087350ca6c6a1839ce808f915a05a577 authored over 9 years ago
Rearranged instructions in README.md

github.com/cyclejs/cyclejs - bd55b36ac370926a9ef5983383ad18eef1cfb184 authored over 9 years ago
Rearranged instructions in README.md

github.com/cyclejs/http - bef93f095c7a18baab96218ff0e6175e1b34436d authored over 9 years ago
Add usage instructions to README.md

github.com/cyclejs/http - 95ab5382b70b4b09b5d4f1f999e946c569f82159 authored over 9 years ago
Add usage instructions to README.md

github.com/cyclejs/cyclejs - 791cab7072650ddb420c86bc9d4cac2467fa200d authored over 9 years ago
Fix code style issues in src/index.js

github.com/cyclejs/cyclejs - feb0cdc53280ed5daf83e79f8376a5b772306628 authored over 9 years ago
Fix code style issues in src/index.js

github.com/cyclejs/http - a7f791568c9ad97a3c6a40be2425e9080d6240c4 authored over 9 years ago
Add Contributing.md

github.com/cyclejs/http - 2a5180781d97d28edac3087a1d2bc926e09e1e56 authored over 9 years ago
Add Contributing.md

github.com/cyclejs/cyclejs - 3086a4dad18bf2f5a69352ddf4e5b60d7aac6f7e authored over 9 years ago
Add docs/api.md and its generation scripts

github.com/cyclejs/cyclejs - 678cf73249c11e90db3aef318f30e197778c4068 authored over 9 years ago
Add docs/api.md and its generation scripts

github.com/cyclejs/http - 3b067121d1e820d100b97af8f5e91c41b1ef3dfd authored over 9 years ago
Replace saucelabs badge with Browser Matrix

github.com/cyclejs/http - 2ce3627c2c305f3aba9a1056a8c714cb04c53750 authored over 9 years ago
Replace saucelabs badge with Browser Matrix

github.com/cyclejs/cyclejs - 19d2ffb4bfd334c1f47378b92a5db38ea4c3c8f5 authored over 9 years ago
Add saucelabs badge for browser support

github.com/cyclejs/cyclejs - 71a9e0ba6f9a2c753a60b07ef909f4e3e339f893 authored over 9 years ago
Add saucelabs badge for browser support

github.com/cyclejs/http - 0822cfd1edc53da7c394261a57a7fbac81d8dcd4 authored over 9 years ago
Fix travis env vars to use cyclejs-http saucelabs user

github.com/cyclejs/http - 989455b2ca16b3ec0135222795ac4b4419025787 authored over 9 years ago
Fix travis env vars to use cyclejs-http saucelabs user

github.com/cyclejs/cyclejs - 0309ebd034143fbaed283c13815a6c0a82541489 authored over 9 years ago
Fix tests to remove node-related code bundled for the browser

github.com/cyclejs/cyclejs - 33d8ac10c6f635b6fecdaea5ecc6b46d99bcda15 authored over 9 years ago
Fix tests to remove node-related code bundled for the browser

github.com/cyclejs/http - 061e77d628c944bda834a4cc4c9d165068d12839 authored over 9 years ago
Update some dev dependencies

github.com/cyclejs/http - 60578a6b5cb45a1fdc4817b62f482fed68213cc6 authored over 9 years ago
Update some dev dependencies

github.com/cyclejs/cyclejs - 9da6acef0b1c0d455bcb37e9527702d3bae2336f authored over 9 years ago
Update zuul to 3.2

github.com/cyclejs/cyclejs - e04663a5d9fd7a65875a338e7f971ff1bc493e69 authored over 9 years ago
Update zuul to 3.2

github.com/cyclejs/http - febbe0eb69c8cadc20401c0ce6aa9fb5e00ac3d1 authored over 9 years ago
Add repository info to package.json

github.com/cyclejs/http - f51710ddadf103a64cad589a75ae14a4319d0c08 authored over 9 years ago
Add repository info to package.json

github.com/cyclejs/cyclejs - 4c3a3904fe401706b6241913a16c956882d989b6 authored over 9 years ago
Improve npm scripts to run zuul tests

github.com/cyclejs/cyclejs - d4a4903855e8b8800f2ec0f0de45f70811f580eb authored over 9 years ago
Improve npm scripts to run zuul tests

github.com/cyclejs/http - f6e690f9514df4917b352d3fd365646107f64554 authored over 9 years ago
Set zuul tests to target Firefox for Mac, and no IE8

github.com/cyclejs/http - cbaafc609fdae5eb78339d3b4d8a965f59b0fff2 authored over 9 years ago
Set zuul tests to target Firefox for Mac, and no IE8

github.com/cyclejs/cyclejs - 6c2bd207292d0df5ef5407385735033a3e9161f4 authored over 9 years ago
Fix some zuul, travis, and saucelabs test settings

github.com/cyclejs/cyclejs - 12828bf79bb4c0b6fb5ef89f1688ad6013b567e8 authored over 9 years ago
Fix some zuul, travis, and saucelabs test settings

github.com/cyclejs/http - 36dc0bfd10c4925433bda03bc958f9ae3ff2ed3b authored over 9 years ago
Speed up test execution by avoiding babelify

github.com/cyclejs/http - 7d2d8b9b42478505a17bfab59d862653456ab35f authored over 9 years ago
Speed up test execution by avoiding babelify

github.com/cyclejs/cyclejs - 330f1bb244ca84291adda1459aac5e7c31df4197 authored over 9 years ago
Setup tests on browsers, node, and CI

npm scripts to run tests on browsers with zuul
Travis runs tests on node and on Sauce Labs

github.com/cyclejs/cyclejs - 21d7539bc09370e5df6cf9e573985907ec24c11a authored over 9 years ago
Setup tests on browsers, node, and CI

npm scripts to run tests on browsers with zuul
Travis runs tests on node and on Sauce Labs

github.com/cyclejs/http - c1d99f2cc96ee12a26a04d50b7e0ea64f7efdb58 authored over 9 years ago
Fix search example again

github.com/cyclejs/http - fd7bc4437a80f8eea9db7f210dcd178f36b4464a authored over 9 years ago
Fix search example again

github.com/cyclejs/cyclejs - 61569ee29b871acb16599d99999b8a508db9b53b authored over 9 years ago
Fix search example code

github.com/cyclejs/cyclejs - 1b3041abc4b87e7925dff16fd0e08b34a478aefa authored over 9 years ago
Fix search example code

github.com/cyclejs/http - 68c946b4139603edc594b4bab7f2bb3612606763 authored over 9 years ago
Initial commit

github.com/cyclejs/http - b033363a7e09b2a9dac2f873719b5bc6cebaa23c authored over 9 years ago
Initial commit

github.com/cyclejs/cyclejs - 8c3c806b15b6b3818af27c588c17ab84787b197f authored over 9 years ago
Build dist/

github.com/cyclejs/dom - 906bbc539e2e2d3d1e30f74d58ac789011301f93 authored over 9 years ago
Get Rx from Cycle Core, in render-dom.js

github.com/cyclejs/dom - 62db320ac839f688aea9b96668197b9b2c877813 authored over 9 years ago
Get Rx from Cycle Core, in render-dom.js

github.com/cyclejs/cyclejs - 3d549eb53b7c47567f8163f61bcb5f3913ffe7c8 authored over 9 years ago
Build dist/

github.com/cyclejs/dom - 37cfd9078a065a50ce01e0e7f56495b82ebd88c0 authored over 9 years ago
Remove Rx as dependency, get it from @cycle/core

github.com/cyclejs/cyclejs - 267e29f6f40789e0b32a87de47c857e0f2b7a971 authored over 9 years ago
Remove Rx as dependency, get it from @cycle/core

github.com/cyclejs/dom - 18c83337f92f5115b59e59f1fa7e4e99763cf8a5 authored over 9 years ago
Merge pull request #147 from tautvilas/master

fix(docs): fix typo

github.com/cyclejs/cyclejs - 629fda4a40778f533d1f42390edafc25a5e76005 authored over 9 years ago
fix(docs): fix typo

github.com/cyclejs/cyclejs - d226f3cd4b829cdf8a01932e79d7aa2dd759a00d authored over 9 years ago
Make RxJS a peer dependency in package.json

github.com/cyclejs/cyclejs - 17340af127989637a322f5f98f116521c249b4e5 authored over 9 years ago
Build dist/

github.com/cyclejs/dom - 6621659020ed0a3e4b3d30201daba080160c7374 authored over 9 years ago
Make RxJS a peer dependency in package.json

github.com/cyclejs/dom - 0b0a9285fe21647650ad871604ea4739af2793c1 authored over 9 years ago
Update link in README.md

github.com/cyclejs/cyclejs - 670344376e590b0e9871b739f60effae0e02171b authored over 9 years ago
Fix example in Getting started chapter

github.com/cyclejs/old-website - d3a19ec6a636bd1ab5b18e2045b4386b504dd4be authored over 9 years ago
Update README.md

github.com/cyclejs/cyclejs - eab35c13e9b41ac4926f85b7636a58621abd81b8 authored over 9 years ago
Update README.md

github.com/cyclejs/dom - 163b8b075ca1097ffa7578c8142b6b12ef652800 authored over 9 years ago
Add link to hyperscript-helpers to README.md

github.com/cyclejs/dom - f8b8e3d82067318ee1f426a934b6e037451c7ea5 authored over 9 years ago
Add link to hyperscript-helpers to README.md

github.com/cyclejs/cyclejs - 8a60323e5af38ff42996eca359a1ba79f6c023c1 authored over 9 years ago
Merge branch 'master' of github.com:cyclejs/cyclejs.github.io

github.com/cyclejs/old-website - 3818da7102253f78fc6bca5a72b3f44caa463d3a authored over 9 years ago
Fix some links on the frontpage

github.com/cyclejs/old-website - b76a3773163a475bdc83a3c89174f6e3e8309ca3 authored over 9 years ago
Merge pull request #1 from pH200/patch-1

Fix link to community docs

github.com/cyclejs/old-website - 56a0115f63c7bebbca868976516c2a723b0527fd authored over 9 years ago
Fix and review all JSBins

github.com/cyclejs/old-website - d05838cce122a18b95f799b6524157477b6344a8 authored over 9 years ago
Fix link to community docs

To be more specific, fix the link of my GitHub page :)

github.com/cyclejs/old-website - b797febb1c745832b5f9db4a6f599ac08d446982 authored over 9 years ago
Add js.org badge

github.com/cyclejs/cyclejs - ef88caab89bdc0240403e794764124d00eea80af authored over 9 years ago