Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

generic-logging.js 199B

123456789101112
  1. module['exports'] = {
  2. silly: 'rainbow',
  3. input: 'grey',
  4. verbose: 'cyan',
  5. prompt: 'grey',
  6. info: 'green',
  7. data: 'grey',
  8. help: 'cyan',
  9. warn: 'yellow',
  10. debug: 'blue',
  11. error: 'red',
  12. };