forked from timhaines/meteor-xml2js-npm-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
kkm/meteor-xml2js-npm-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How this works: - The app uses the `XML2JS` global, which is defined in the xml2js package. - The xml2js package is defined in packages/. All subdirectories of packages/ are treated as packages to be automatically added to your app. - packages/xml2js/package.js describes the package, with its NPM dependencies and the list of files to load (namely xml2js.js). - packages/xml2js/xml2js.js wraps an asyncronous node module in a synchronous api, using Futures.
About
A demo of using the xml2js NPM module in a Meteor app
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published