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.

12345678910111213
  1. 'use strict';
  2. module.exports = {
  3. DatePart: require('./datepart'),
  4. Meridiem: require('./meridiem'),
  5. Day: require('./day'),
  6. Hours: require('./hours'),
  7. Milliseconds: require('./milliseconds'),
  8. Minutes: require('./minutes'),
  9. Month: require('./month'),
  10. Seconds: require('./seconds'),
  11. Year: require('./year')
  12. };