penandlim / Heroku-XDCC

💽 A Node.js App that lets you download files from #NIBL channel on Rizon IRC server. This can be further customized and expanded by changing the irc server ip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku XDCC

AKA Mongolian Cartoons

Gif Preview Screenshot

A Node.js App that lets you download files from #NIBL channel on Rizon IRC server. This can be further customized and expanded by changing the irc server ip.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/penandlim/Heroku-XDCC # or clone your own fork
$ cd Heroku-XDCC
$ npm install
$ npm start

Your app should now be running on localhost:5000.

You probably want to access localhost:5000/mongolian/.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

💽 A Node.js App that lets you download files from #NIBL channel on Rizon IRC server. This can be further customized and expanded by changing the irc server ip.


Languages

Language:JavaScript 76.9%Language:HTML 13.1%Language:CSS 8.5%Language:Python 1.4%