TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN - Random business from the INC5000 list in json (for business ideas)

25 pointsby chrisoharaover 13 years ago

8 comments

Kilimanjaroover 13 years ago
Use this bookmarklet in Chrome for pretty printing json:<p><pre><code> javascript:(function(){document.body.firstChild.innerHTML=JSON.stringify(JSON.parse(document.body.firstChild.innerHTML),null,'\t');})()</code></pre>
code4payover 13 years ago
If you are a Perl user you can do curl -s random-inc5000.herokuapp.com | perl -MJSON -e 'print to_json(from_json(&#60;&#62;),{pretty=&#62;1})'<p>Just thought I'd try it out of interest. :-)
评论 #3043072 未加载
keenerdover 13 years ago
If you are a shell or Arch[1] user,<p>curl -s random-inc5000.herokuapp.com | jshon<p>Though jshon[2] is really made for extracting elements from the entire list of companies in one pass.<p>[1] pacman -S jshon<p>[2] <a href="http://kmkeen.com/jshon/" rel="nofollow">http://kmkeen.com/jshon/</a>
WillyFover 13 years ago
This is also good for job searching and client seeking--especially if you're a web developer/designer. The quality of the websites of Inc 5000 companies is astoundingly low, and I'm sure an enterprising person could do really well pitching their skills to these companies.
chrisoharaover 13 years ago
Good for some quick business ideas..<p>If you're a node.js user, install the command line JSON pretty printer `sudo npm install -g json` and then you can do this:<p>`curl -s random-inc5000.herokuapp.com | json`
评论 #3042867 未加载
steelazover 13 years ago
php -r "print_r(json_decode(file_get_contents('<a href="http://random-inc5000.herokuapp.com))" rel="nofollow">http://random-inc5000.herokuapp.com))</a>);"
评论 #3042875 未加载
chrisoharaover 13 years ago
Here's the code - <a href="https://github.com/chriso/inc5000" rel="nofollow">https://github.com/chriso/inc5000</a>
jasonkostempskiover 13 years ago
Is there jsonp support?
评论 #3045214 未加载