{"_id":"junar","_rev":"8-3eabedc9cb06c01546e8e9f62669a3c6","name":"junar","description":"Performs operations against the Junar API.","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"name":"junar","version":"0.0.1","description":"Performs operations against the Junar API.","main":"./index","author":{"name":"Matías Mirabelli","email":"lumen.night@gmail.com"},"dependencies":{"prototype":">=0.0.5"},"_npmUser":{"name":"matias_mi","email":"lumen.night@gmail.com"},"_id":"junar@0.0.1","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"d933301e5c95816fa9cb384ec4d286d2fdf7776e","tarball":"https://registry.npmjs.org/junar/-/junar-0.0.1.tgz","integrity":"sha512-Ar2fStGlJyhl2rLR+xyl7j1IqSxG5SRsWfhL/c0SQGBFIJ6pfzWBjOH4r4ops/JfYmSovkXsqzX/GImQgm3l4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFqFEIeZ2PEX0+nGK56CHT4Xw8K95rH/bkaVbvXtX7+EAiBN5AlaB+Zuf815FaD5AFrn3TdVQ1shT+UQBeCVjBdSpw=="}]},"maintainers":[{"name":"matias_mi","email":"lumen.night@gmail.com"}]},"0.0.2":{"name":"junar","version":"0.0.2","description":"Performs operations against the Junar API.","main":"./index","author":{"name":"Matías Mirabelli","email":"lumen.night@gmail.com"},"dependencies":{"prototype":">=0.0.5"},"_npmUser":{"name":"matias_mi","email":"lumen.night@gmail.com"},"_id":"junar@0.0.2","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"c6182dbf5a72dc3bd54604ed24ffbce2f4e4926a","tarball":"https://registry.npmjs.org/junar/-/junar-0.0.2.tgz","integrity":"sha512-y4rV9AJAm9/TtYiqKT8N8COv5BYsiw/9rqKbl/23TzS5lmEgMwArNxDFlgdbUyTjBQ6EJJhI7pf9eJ2F+m3rsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5ByhhyQnCsWleK9kC6sJpX/e1u/b+KxDMxS00ZcCBoAiEA2pIKd4GeZbPjW8axrRsFb/Q/taLT4bnHR+a7AyExS+Q="}]},"maintainers":[{"name":"matias_mi","email":"lumen.night@gmail.com"}]},"0.0.3":{"name":"junar","version":"0.0.3","description":"Performs operations against the Junar API.","main":"./index","author":{"name":"Matías Mirabelli","email":"lumen.night@gmail.com"},"dependencies":{"prototype":">=0.0.5"},"gitHead":"c4a9b900376db7b61f4b1a2f50f6ceb02858b2e6","_id":"junar@0.0.3","scripts":{},"_shasum":"953a7e2eead5e08f20c8dc68d225241e71a6e0a1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"matias_mi","email":"matias.mi@riseup.net"},"maintainers":[{"name":"matias_mi","email":"lumen.night@gmail.com"}],"dist":{"shasum":"953a7e2eead5e08f20c8dc68d225241e71a6e0a1","tarball":"https://registry.npmjs.org/junar/-/junar-0.0.3.tgz","integrity":"sha512-Oipg/YZZEmO0WiYaRAcxL8hdmmFpQTrC6PnzSXtSBlkddJxu5+9rEji3jbardkIyJ2Qgc0DBDUdBKzJlJmlKcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBX/8OOPhjttInx3m3F4fTbE2it7zK8Ct2QIDX3uo6fwIgbMhcBsqTpFnJWNpw8kQHHt1r4G/SU4/EsoIYlIhwcxU="}]}}},"readme":"# Junar SDK #\nUnofficial SDK implementation for the Junar.com API, a service to collect,\norganize, use and share data.\n\n## Installation ##\nYou can install via npm:\n\n    $ npm install junar\n\nor just cloning the repository and putting the sources under the node_modules\nfolder in your project:\n\n    $ cd node_modules\n    $ git clone git://github.com/seykron/junar-javascript-sdk.git\n\n## Usage ##\n\nAdding Junar to the application:\n\n    var Junar = require(\"junar\").create({\n      authKey : \"[your-junar-api-key]\"\n    });\n\nReading data streams:\n\n    Junar.stream(\"LATES-7-AROUN-THE-WORLD\", [], function(response) {\n      var table = response.result;\n      var region = table.result.getValue(2, 7).getValue();\n      var magnitude = table.getValue(2, 2);\n\n      console.log(\"Last earthquake ocurred in \" + region +\n        \" with a magnitude of \" + magnitude);\n    });\n\n## License ##\n(Released under MIT License since v0.0.1)\n\nCopyright (c) 2011 Matías MI  <matias.mi@riseup.net>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"matias_mi","email":"lumen.night@gmail.com"}],"time":{"modified":"2022-06-19T07:20:20.549Z","created":"2011-11-29T00:10:44.017Z","0.0.1":"2011-11-29T00:10:48.941Z","0.0.2":"2011-11-29T01:14:47.197Z","0.0.3":"2015-06-13T18:37:19.589Z"},"author":{"name":"Matías Mirabelli","email":"lumen.night@gmail.com"},"readmeFilename":"README.md"}