•   over 10 years ago

Node.js starter kit to visualise some of the data.

Over the past few days I've tossed a little nodejs app together in my free time in the hopes of better understanding the data provided. Hope it helps it anyone else interested.

https://github.com/patcullen/hsuehshan

  • 5 comments

  • Manager   •   over 10 years ago

    Wow, Pat! Thanks for sharing this.

    We sure hope you'll enter a submission as well!

    Best,
    Serena

  •   •   over 10 years ago

    Hey Pat, excited to check this out.

    I'm having a little trouble getting this to install & run. I ran into an xcode error during `npm install` -> http://i.imgur.com/fbzgIKA.png

    and `npm start` throws some more errors too -> http://i.imgur.com/3CDMQCN.png

    Any ideas? I'll try again when I get home (it'd take ages to install xcode at work!)

  •   •   over 10 years ago

    How did it run at home? Looks as if it needs xcode for some of the includes used by the boilerplate I cloned from, namely kerberos; Probably uses some native c for hashing.
    Definitely get the install working successfully first.

  •   •   over 10 years ago

    Pat - sorry for the delay - but still getting the same install & sqllite errors (on npm start) as before. maybe you've got some uncommited code to push up?

  •   •   over 10 years ago

    I have updated the package.json file to include all required dependencies now. If you get the latest version and run "npm install", then "node app.js", it should hopefully work. You can ignore the warnings generated by the kerberos library.

Comments are closed.