mdeanda / lorem

An extremely useful Lorem Ipsum generator!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ramdom URLs

agoncal opened this issue · comments

It would be nice to have a Lorem.getURL() that returns a random URL (based on a set of based URL, such as bit.ly, google.com, yahoo.com.....).

And, why not, having a Lorem.getURL(int min, int max) that would return a random number of query parameters. For example, calling Lorem.getURL(1, 2) could return http://www.google.com?lorem=ipsum&sit=amet

added a basic implementation that generates working (?) google/bing/yahoo/duckduckgo urls using single word searches for now.