Posts filed under “node.js”
Brand new microformats 2 parser
I have just released a brand new microformats 2 parser for node.js. You maybe thinking microformats are so 2006, but this is new. Hear me out… Demo API http://microformat2-node.jit.su/ Try the API with: http://the-pastry-box-project.net/ http://microformats.org/ New life in the semantic web A lot has changed in the last couple of years; the search engines have [...]
NodeCopter Brighton & kinect-drone
Last weekend I attended NodeCopter Brighton, a day of hacking AR-Drone’s and node.js. I wanted to control the drone by hand jestures using the Kinect’s motion detection abilities. Links to the high-res versions (.mov, .mp4 or .ogv) of the video Hackdays are funny, sometimes everything comes together, other times small things just trip you up. [...]
Faster version of microformat-node
I have just uploaded a new version of microformat-node. The parser now takes between 30-40 milliseconds to parse an average page, about 8 times the speed of the last version. Features of new version About 8x faster at parsing Will now load onto Windows based hosting solutions correctly Inbuilt cache system, which can be customised [...]
New node.js microformats parser – microformat-node
I have built a node.js microformats parser, it is based on my previous javascript parsing code. It has been packaged up so you can easily be add to your projects using npm. Source code: https://github.com/glennjones/microformat-node Test server : http://microformat-node.jit.su Install npm install microformat-node or git clone http://github.com/glennjones/microformat-node.git cd microformat-node npm link Use with URL var [...]