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.

README.md 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # [Moment.js](http://momentjs.com/)
  2. [![NPM version][npm-version-image]][npm-url]
  3. [![NPM downloads][npm-downloads-image]][npm-downloads-url]
  4. [![MIT License][license-image]][license-url]
  5. [![Build Status][travis-image]][travis-url]
  6. [![Coverage Status][coveralls-image]][coveralls-url]
  7. [![FOSSA Status][fossa-badge-image]][fossa-badge-url]
  8. [![SemVer compatibility][semver-image]][semver-url]
  9. A JavaScript date library for parsing, validating, manipulating, and formatting dates.
  10. ## Project Status
  11. Moment.js is a legacy project, now in maintenance mode. In most cases, you should choose a different library.
  12. For more details and recommendations, please see [Project Status](https://momentjs.com/docs/#/-project-status/) in the docs.
  13. *Thank you.*
  14. ## Resources
  15. - [Documentation](https://momentjs.com/docs/)
  16. - [Changelog](CHANGELOG.md)
  17. - [Stack Overflow](https://stackoverflow.com/questions/tagged/momentjs)
  18. ## License
  19. Moment.js is freely distributable under the terms of the [MIT license][license-url].
  20. [![FOSSA Status][fossa-large-image]][fossa-large-url]
  21. [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
  22. [license-url]: LICENSE
  23. [npm-url]: https://npmjs.org/package/moment
  24. [npm-version-image]: https://img.shields.io/npm/v/moment.svg?style=flat
  25. [npm-downloads-image]: https://img.shields.io/npm/dm/moment.svg?style=flat
  26. [npm-downloads-url]: https://npmcharts.com/compare/moment?minimal=true
  27. [travis-url]: https://travis-ci.org/moment/moment
  28. [travis-image]: https://img.shields.io/travis/moment/moment/develop.svg?style=flat
  29. [coveralls-image]: https://coveralls.io/repos/moment/moment/badge.svg?branch=develop
  30. [coveralls-url]: https://coveralls.io/r/moment/moment?branch=develop
  31. [fossa-badge-image]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=shield
  32. [fossa-badge-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_shield
  33. [fossa-large-image]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=large
  34. [fossa-large-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_large
  35. [semver-image]: https://api.dependabot.com/badges/compatibility_score?dependency-name=moment&package-manager=npm_and_yarn&version-scheme=semver
  36. [semver-url]: https://dependabot.com/compatibility-score.html?dependency-name=moment&package-manager=npm_and_yarn&version-scheme=semver