Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 760 Bytes

TBC Node Example

This is an example of using the To Be Continued library in a ClojureScript program targeting Node.js.

The result is a command-line utility that takes a GitHub username as its argument and outputs a summary of that user's projects along with who has contributed to each.

NOTE: for the sake of simplicity, this example uses GitHub's unauthenticated API which has a very tight rate limit of 60 queries per IP address per hour.

Usage

lein deps
lein cljsbuild once
node lib/tbc-node-example.js <github_username>

License

Copyright (c) 2012 Greg Spurrier

Distributed under the MIT License. See LICENSE.txt for the details.