I recently released a small script that I've been using to build fake data
to use in a UI before the backend systems are in place/ have data at large
volumes to work with.
You can find it here - https://github.com/aaronpowell/tbd (or here:
http://search.npmjs.org/#/tbd)
The simplest usage is like this:
var data = tbd.from({ hello: 'world' }).make(10);
It also supports more advanced scenarios such as using random values for
properties and creating data from classes.
Hopefully others out there can find a bit of use to this.
Aaron Powell
MVP - Internet Explorer (Development) | FunnelWeb Team
Member<http://funnelweblog.com/>
http://apowell.me<http://apowell.me/> | http://twitter.com/slace | Skype:
aaron.l.powell | Github<http://github.com/aaronpowell/> |
BitBucket<http://hg.apwll.me/>
Thanks for sharing that, it's also worth checking out MockJSON for
generating structured random JSON test data before your backend is ready.
Can hijack JSON and JSONP requests to make working with it easy.
http://experiments.mennovanslooten.nl/2010/mockjson/
https://github.com/mennovanslooten/mockJSON
Sent from my iPhone
On 01/12/2011, at 9:39 AM, Aaron Powell <me@aaron-powell.com> wrote:
I recently released a small script that I’ve been using to build fake data
to use in a UI before the backend systems are in place/ have data at large
volumes to work with.
You can find it here - https://github.com/aaronpowell/tbd (or here:
http://search.npmjs.org/#/tbd)
The simplest usage is like this:
var data = tbd.from({ h ello: 'world' }).make(10);
It also supports more advanced scenarios such as using random values for
properties and creating data from classes.
Hopefully others out there can find a bit of use to this.
Aaron Powell
MVP - Internet Explorer (Development) | FunnelWeb Team
Member<http://funnelweblog.com/>
http://apowell.me | http://twitter.com/slace <http://tw itter.com/slace> |
Skype: aaron.l.powell | Github <http://github.com/aaronpowell/> |
BitBucket<http://hg.apwll.me/>
Without sounding overly biased I really don’t like the syntax of mockjson,
it seems very clunky to setup data stubs
Aaron Powell
MVP - Internet Explorer (Development) | FunnelWeb Team
Member<http://funnelweblog.com/>
http://apowell.me<http://apowell.me/> | http://twitter.com/slace | Skype:
aaron.l.powell | Github<http://github.com/aaronpowell/> |
BitBucket<http://hg.apwll.me/>
From: sydjs@librelist.com [mailto:sydjs@librelist.com] On Behalf Of
Michael McGlynn
Sent: Thursday, 1 December 2011 1:50 PM
To: sydjs@librelist.com
Subject: Re: [sydjs] Shameless plug - JavaScript data generator
Thanks for sharing that, it's also worth checking out MockJSON for
generating structured random JSON test data before your backend is ready.
Can hijack JSON and JSONP requests to make working with it easy.
http://experiments.mennovanslooten.nl/2010/mockjson/
https://github.com/mennovanslooten/mockJSON
Sent from my iPhone
On 01/12/2011, at 9:39 AM, Aaron Powell
<me@aaron-powell.com<mailto:me@aaron-powell.com>> wrote:
I recently released a small script that I’ve been using to build fake data
to use in a UI before the backend systems are in place/ have data at large
volumes to work with.
You can find it here - https://github.com/aaronpowell/tbd (or here:
http://search.npmjs.org/#/tbd)
The simplest usage is like this:
var data = tbd.from({ h ello: 'world' }).make(10);
It also supports more advanced scenarios such as using random values for
properties and creating data from classes.
Hopefully others out there can find a bit of use to this.
Aaron Powell
MVP - Internet Explorer (Development) | FunnelWeb Team
Member<http://funnelweblog.com/>
http://apowell.me<http://apowell.me/> |
http://twitter.com/slace<http://tw%0a%20itter.com/slace> | Skype:
aaron.l.powell | Github<http://github.com/aaronpowell/> |
BitBucket<http://hg.apwll.me/>
Nice work, all you need to do now is fix IE ;) On Thu, Dec 1, 2011 at 9:39 AM, Aaron Powell <me@aaron-powell.com> wrote: > I recently released a small script that I’ve been using to build fake data > to use in a UI before the backend systems are in place/ have data at large > volumes to work with.**** > > ** ** > > You can find it here - https://github.com/aaronpowell/tbd (or here: > http://search.npmjs.org/#/tbd)**** > > ** ** > > The simplest usage is like this:**** > > var data = tbd.from({ h ello: 'world' }).make(10);**** > > ** ** > > It also supports more advanced scenarios such as using random values for > properties and creating data from classes.**** > > ** ** > > Hopefully others out there can find a bit of use to this.**** > > ** ** > > Aaron Powell > MVP - Internet Explorer (Development) | FunnelWeb Team Member<http://funnelweblog.com/> > > http://apowell.me | http://twitter.com/slace <http://tw%20itter.com/slace> | > Skype: aaron.l.powell | Github <http://github.com/aaronpowell/> | > BitBucket <http://hg.apwll.me/> **** > > ** ** >