https://github.com/askmike/mvr.me
my online archive
https://github.com/askmike/mvr.me
Last synced: 9 months ago
JSON representation
my online archive
- Host: GitHub
- URL: https://github.com/askmike/mvr.me
- Owner: askmike
- Created: 2012-04-20T16:14:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T23:32:26.000Z (over 13 years ago)
- Last Synced: 2025-03-05T14:48:04.335Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [MVR.ME](http://mvr.me/)
mvr.me is my selfwritten mini blog like archive. It has a mini MVC structure written in PHP.
Content gets added by either the [backend](https://github.com/askmike/mvr.me/blob/master/core/controllers/adminController.php) or by the [node script](https://github.com/askmike/mvr.me/blob/master/core/js/fetchTwitter.js) that watches my twitter stream for all tweets with `#mvr`. The node script runs like a deamon using Forever.
It's written on top of H5BP and gets deployed via this git repo.