https://github.com/yusukebe/nagare
IRC Proxy using HTTP Streaming with Tatsumaki
https://github.com/yusukebe/nagare
Last synced: 12 months ago
JSON representation
IRC Proxy using HTTP Streaming with Tatsumaki
- Host: GitHub
- URL: https://github.com/yusukebe/nagare
- Owner: yusukebe
- Created: 2009-11-29T15:33:37.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-01T07:42:46.000Z (over 16 years ago)
- Last Synced: 2025-07-01T07:05:11.331Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Nagare.
INSTALLATION
Nagare installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Nagare
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Nagare documentation is available as in POD. So you can do:
% perldoc Nagare
to read the documentation online with your favorite pager.
Yusuke Wada