{"_id":"termcamp","_rev":"8-9d9aa687cc0e4e58caf06fee7e700ab6","name":"termcamp","description":"A command-line interface for Campfire.","dist-tags":{"latest":"0.1.0"},"versions":{"0.0.1":{"author":{"name":"Bryan English","email":"bryan@bryanenglish.com","url":"http://about.me/bengl"},"name":"termcamp","description":"A command-line interface for Campfire.","version":"0.0.1","repository":{"type":"git","url":"git://github.com/bengl/node-termcamp.git"},"preferGlobal":true,"engines":{"node":"~0.6.0"},"dependencies":{"campfire":"0.1.0","cli":"0.3.7","colors":"0.5.1"},"bin":{"termcamp":"./cli.js"},"_npmUser":{"name":"bengl","email":"bryan@bryanenglish.com"},"_id":"termcamp@0.0.1","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.6.0","_defaultsLoaded":true,"dist":{"shasum":"05682d340447509309e0493978e1a3219eaf1859","tarball":"https://registry.npmjs.org/termcamp/-/termcamp-0.0.1.tgz","integrity":"sha512-cqs24y06+DR1yYVn8pPWt8V0ePHZo0F43qvyxZW0rKZ0yZrKFBFHpptaFiqWatYLi59svA3lmjD7vIkIvGziyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3MmjnXYTJapD4RJ5JvppNGgsV4f7OZggpLjslYG2M6QIhAKiy9j10PvC8gatQvVcKlPVPDsglf3IlnWvnS73xqEAe"}]},"maintainers":[{"name":"bengl","email":"bryan@bryanenglish.com"}]},"0.1.0":{"author":{"name":"Bryan English","email":"bryan@bryanenglish.com","url":"http://about.me/bengl"},"name":"termcamp","description":"A command-line interface for Campfire.","contributors":[{"name":"Craig Davis","email":"craig@there4development.com"}],"keywords":["cli","campfire"],"version":"0.1.0","repository":{"type":"git","url":"git://github.com/bengl/node-termcamp.git"},"preferGlobal":true,"engines":{"node":"~0.6.0"},"dependencies":{"campfire":"0.1.0","cli":"0.3.7","colors":"0.5.1","moment":"~1.7.2","underscore":"~1.4.3","underscore.string":"~2.3.1"},"bin":{"termcamp":"./cli.js"},"license":"MIT","_id":"termcamp@0.1.0","dist":{"shasum":"b8c47454b975fd5cbab440e6b8c4b5d6be5f6e81","tarball":"https://registry.npmjs.org/termcamp/-/termcamp-0.1.0.tgz","integrity":"sha512-im8imBtHAaFLUSSxKbXq5TdZZ5c9+yVZBAZ0NmvIR+DNdmsDXQXEJJcecIXs2qf7tEJbkZMMR/oqUQVXKZIlDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyNANrv54asR3SVJMBYvrrU+JbXjumK0fXqWn5pekjlAIgXE1wRq75wqLeDP03Q761kMF8AVwM+J+mq4mQZXDL4qM="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"bengl","email":"bryan@bryanenglish.com"},"maintainers":[{"name":"bengl","email":"bryan@bryanenglish.com"}]}},"readme":"# TermCamp\n\nTermCamp is a command-line client for Campfire written in Node.js. \n\n## Installation\n\nThe quickest and most painless way to install TermCamp is to use npm:\n\n    $ npm install -g termcamp\n\nYou can can also install from source by doing something like:\n\n    $ git clone git://github.com/bengl/node-termcamp.git\n    $ cd node-termcamp\n    $ npm install -g .\n\n## Usage\n\nTermCamp requires a subdomain of campfirenow.com, a room id (the numeric one in\nthe URL) and an API token.  For example, if the URL for the room you want to use\nis https://testing.campfirenow.com/room/12345 and your API token\nis 1111111111111111111111, then you can use TermCamp like this:\n\n    $ termcamp -s testing -r 12345 -t 1111111111111111111111\n\nAlternatively you can create a JSON file that looks something like this:\n\n    // example.json\n    {\n      \"subdomain\": \"testing\",\n      \"roomid\": \"12345\",\n      \"token\": \"1111111111111111111111\",\n      \"alerts\": [\"everybody\", \"anybody\"]\n    }\n\nAnd then you can just do:\n\n    $ termcamp -f example.json\n\nTo make this even easier, you can save this file in your home directory as \n`~/.campfire.json` and it will be used at lowest priority (so you can override\nit with the options above).\n\nOnce started, TermCamp will show the recent message history from Campfire. You\ncan send messages to the room by just typing them and pressing Enter. Exit\nwith `Ctrl-C`.\n\n## JSON Options\n\n* `\"rainbowNames\": true` is an experimental option to give each user their own\n  color. With the limited number of colors, it's not very practical.\n\n## TODO and Ideas\n\n* Regexp for alerts\n* `tput cols` for width on startup via 'auto' in json config\n* Figure out why the bell isn't sounding in appendAlert\n* Change line backgrond color for alert text\n* Clear text when we've posted so we don't see it twice\n* Emoji to ascii art or unicode\n* Support for pasting?\n* Support for `/me` and `/afk` style messages\n* Support for `/play` sending messages\n* Support for `/topic` setting of topic\n* Support for `/who` to list current user. Needs campfire patch.\n* Submit patch to the campfire class to support users in rooms\n* Show room topic when logging in\n* Tab autocomplete names if possible\n* Config option to allow Growl messages on alert\n* Turn the sounds into a funny message:\n    - _John Smith is taking the highway to the danger zone_\n    - _Eric Williams is looking for Bueller, Bueller?_\n\n## License\n\n[MIT License](./LICENSE.txt)\n","maintainers":[{"name":"bengl","email":"bryan@bryanenglish.com"},{"name":"there4","email":"craig@there4development.com"}],"time":{"modified":"2022-06-27T04:49:33.353Z","created":"2011-11-12T08:21:10.289Z","0.0.1":"2011-11-12T08:21:11.763Z","0.1.0":"2013-01-16T20:30:55.030Z"},"author":{"name":"Bryan English","email":"bryan@bryanenglish.com","url":"http://about.me/bengl"},"repository":{"type":"git","url":"git://github.com/bengl/node-termcamp.git"},"readmeFilename":"README.md"}