Skip to content

NodeJS code for the Atom dataset provider developed for RMIT MicroTardis, 2011-12. Originally developed by Tim Dettrick at UQ.

License

Notifications You must be signed in to change notification settings

VeRSI-Australia/RMIT-MicroTardis-atom-dataset-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom Dataset Producer

Build Status

About

This app provides a tiny web-server for exposing a directory via an Atom feed. It is intended to act as a producer for the MyTardis Atom app.

Platform Support

This app is targeted at Node.js 0.6.x on Linux and Windows.

Due to a lack of uid support in Windows (and the relatively immature APIs currently available) performance will be MUCH better on Linux.

Installing

Once you've checked out the latest version of this app from Github, you can install the dependencies with NPM (which is bundled with Node.js) and run the tests:

npm install
npm test

Usage

To serve up the directory ~/mydir on port 8001:

bin/atom-dataset-provider -d ~/mydir -p 8001

Run bin/atom-dataset-provider --help for a full list of options.

About

NodeJS code for the Atom dataset provider developed for RMIT MicroTardis, 2011-12. Originally developed by Tim Dettrick at UQ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published