Commit Graph
140 Commits
Author SHA1 Message Date
Sean Fern eb169495ca Fix link to browserify (#244) 2016-09-02 21:02:41 -04:00
Kevin Neff a6744fad87 Add hacker news demo (#221)
docs: add hn demo
2016-08-28 00:13:10 +02:00
Christian Pekeler 4a973d7ac4 Fixing consistency of signatures. 2016-08-27 15:24:28 -06:00
Yoshua Wuyts 1236550ba6 docs: add sponsors 2016-08-27 14:28:09 +02:00
Ville Kentta 5ea93977d7 Fixed router location reference in docs 2016-08-21 21:35:59 +03:00
Tim Wisniewski cdabe22e59 Readme: fix effects example (#223)
Per #186. We could introduce `xtend` here to make a copy of `data` in order to keep it `addAndSave`, but if the purpose of this example is to illustrate an effect, that may seem overkill (unless accompanied by a longer explanation.
2016-08-16 09:50:56 -04:00
john gravois 4244a84a02 :bowtie: spelling fixes 2016-08-15 10:57:07 -07:00
RasCarlito 1703dc52ec Fix http usage example in README.md 2016-08-10 20:55:24 +02:00
A (from Sicily) 18ab8099ac Updates Cycle.js implementation details
Cycle.js supports all kind of streams related libraries but it's now built using `xstream`(http://staltz.com/xstream/) which is not that heavy (nos as heavy as RxJS).
2016-08-08 15:49:26 +02:00
Yoshua Wuyts 4aee149f48 docs: add cli link 2016-08-04 18:04:57 +02:00
Chia-liang Kao cf06bc4395 Fix link to rehydration doc 2016-08-03 21:10:47 +08:00
Matt McFarland 6aa88da861 Update link to example
The requirebin demo was also in the example area which I didn't see beforehand.
2016-07-25 14:39:06 -04:00
Yoshua Wuyts 88a0816f52 docs: fix typo 2016-07-24 22:41:37 +01:00
Yoshua Wuyts d3dda7d113 docs: add big warning about plugins 2016-07-24 22:01:40 +01:00
Yoshua Wuyts 2b7dc1901c .use: add new api method 2016-07-24 22:01:40 +01:00
Yoshua Wuyts 73c7965461 Merge pull request #188 from yoshuawuyts/ecosystem-tag
docs: add ecosystem heading
2016-07-22 02:39:20 +02:00
Matt McFarland ea5b81d224 Update Input Example to latest version of choo.
When I first started using choo, I used the requirebin link first, but then after I wanted to use it in a project it wouldn't work.  After a bit of headache it turned out the requirebin was using version 1.0 but choo 3 was installed.

The very next day, a colleague of mine went through the same problem! 

So I wanted to update this to prevent the pain from happening to anyone else.
2016-07-21 09:41:34 -04:00
Yoshua Wuyts 61bfd9f108 docs: add ecosystem heading 2016-07-21 13:19:20 +02:00
Ryuichi Okumura 9d59c2143f Clarify getting started example
The first example in README is mentioning `client.js`. When it serve via `budo`,
I think the client-side script is the `client.js` not `bundle.js` in this case.
2016-07-21 20:17:05 +09:00
Todd Kennedy f1cd8b8277 DOC: Add effects example (#186)
Add an example to the effects section to show how an effect might have to do
multiple async tasks and to call `done` only when complete.
2016-07-20 18:30:19 -07:00
Tim Wisniewski 92ec2be55e Swap links for HTTP demo (#174) 2016-07-17 18:57:54 -04:00
Yoshua Wuyts b6d7ff5c61 Merge branch 'master' into badge 2016-07-11 22:35:13 +02:00
Yoshua Wuyts 57b6ec588b docs: mv IRC to big menu thingy 2016-07-10 18:38:27 +02:00
Yoshua Wuyts 1b1326946d badges: add 2016-07-10 16:42:33 +02:00
Tim Wisniewski 7c0fd896bf Docs: Correct code sample in models per #143 (#150)
thx @slaskis!
2016-07-10 09:02:18 -04:00
Yoshua Wuyts 1601d1cc72 docs: fix budo script 2016-07-09 13:42:20 +02:00
Tim Wisniewski 5fc2cab1f0 Correct model namespace example (#143) 2016-07-08 06:13:39 -04:00
traducer 4bea3b53f0 updated readme example for subscriptions, sending data from inside a model expects exactly 3 arguments 2016-07-07 09:55:05 +00:00
Yoshua Wuyts d550226356 docs: add awesome-choo 2016-07-06 17:56:21 +02:00
Yoshua Wuyts 332706486f docs: fix subs signature 2016-07-06 14:56:18 +02:00
Yoshua Wuyts e8b1dcff9f docs: emojify demos 2016-07-06 12:57:14 +02:00
Yoshua Wuyts 3e4b18dc9f Merge pull request #127 from yoshuawuyts/3.0
3.0
2016-07-06 01:52:19 +02:00
Yoshua Wuyts 6cbbdf91ea docs: update readme for 3.0 2016-07-06 01:24:25 +02:00
Yoshua Wuyts 83fd7f0839 docs: fix missing toc section 2016-07-04 23:08:25 +02:00
Yoshua Wuyts ce9f2b4990 docs: restructure 2016-07-04 23:02:39 +02:00
Juan Soto 3322a983a5 Use relative links to examples 2016-07-03 15:23:16 -04:00
timwis bba9ef4d46 Rename action param -> data in docs 2016-07-03 12:37:43 -04:00
Yoshua Wuyts e0fd6ef81f script: add yo-yoify to the mix 2016-07-02 23:05:16 +02:00
Todd Kennedy 8f8df602c5 Extract html into separate module (#103) 2016-07-02 12:55:41 +02:00
Andrew Murray 2498415805 Fixed typos 2016-07-02 14:44:29 +10:00
Todd Kennedy 665a157d60 only run the tests when trying to make a new version (#109) 2016-07-01 10:27:39 -07:00
Lochlan Bunn de079d52c8 Minor clarifying correction to keyboard example code. 2016-06-30 21:48:13 +10:00
Todd Kennedy 64436a2a80 TEST: Set up for testing via zuul/sauce labs (#86)
This requires the .travis.yml to be updated with the open sauce credentials
as explained at https://github.com/defunctzombie/zuul/wiki/Travis-ci#5-final-step
2016-06-29 08:06:04 -07:00
Yoshua Wuyts 31d863fdad Merge pull request #90 from zigomir/patch-1
Call `http.del` in httpDelete function
2016-06-27 16:22:17 +02:00
Žiga Vidic 652b6569a8 document not used in form snippet 2016-06-26 20:37:06 -07:00
Žiga Vidic c2c32350ab Call http.del in httpDelete function 2016-06-26 20:28:35 -07:00
Yoshua Wuyts 84bee19120 docs: add yo-yo, bel to see-also 2016-06-26 00:34:00 +02:00
Tim Wisniewski 7e38108df7 squareify 2016-06-24 21:31:55 -04:00
Tim Wisniewski f2aff430c7 Add IRC badge
Unless there's somewhere else it's advertised?
2016-06-24 21:21:41 -04:00
Yoshua Wuyts cba66026de Merge pull request #79 from tgfjt/patch-1
fix typo on README
2016-06-24 18:55:33 +02:00