darookee / FalconStats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FalconStats

FalconStats

Original reddit post on /r/unixporn by @hermannbjorgvin

Notification

Requires

  • Linux
  • nodejs and nodejs package manager (npm)

Install

npm install

or if you like a global installation

npm install -g

Custom motd scripts can be placed into the /etc/update-motd folder in Ubuntu (see).

Auto-configuration

Interactive Configuration

For interactive configuration run

node init.js

You can always few your config in scripts/config.json

Run scripts

For nodejs files (*.js):

node scripts/[script].js

For shell scripts files (*.sh):

bash scripts/[script].sh
# or
sh scripts/[script].sh
# or
cd scripts
./[script].sh

Future wishes and pull request offers

If you send me a pull request I offer you to name your github repo next to the feature you have implemented

We are better together

  • First pull request by TechnologyClassroom
  • thank you stevesbrain for checking our dependency list. This can be a pain in the a** sometimes
  • Thank you MrPowerMac for suggesting this project a licence. Now we are truly open source.
  • J-tt added a logo to our project 🎉

About

License:MIT License


Languages

Language:JavaScript 65.6%Language:Shell 34.4%