{"id":20372628,"url":"https://github.com/txchen/pmev","last_synced_at":"2026-05-07T12:33:39.219Z","repository":{"id":26715873,"uuid":"30173233","full_name":"txchen/pmev","owner":"txchen","description":"Poor man's event viewer","archived":false,"fork":false,"pushed_at":"2015-10-04T16:53:29.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-27T11:02:36.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/txchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-02T05:52:58.000Z","updated_at":"2015-06-17T05:01:44.000Z","dependencies_parsed_at":"2022-06-28T21:35:07.384Z","dependency_job_id":null,"html_url":"https://github.com/txchen/pmev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/txchen/pmev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fpmev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fpmev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fpmev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fpmev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/txchen","download_url":"https://codeload.github.com/txchen/pmev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fpmev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32737852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T01:14:09.342Z","updated_at":"2026-05-07T12:33:39.202Z","avatar_url":"https://github.com/txchen.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PMEV - Poor man's event viewer\n\nDesign for collecting some random personal events, like the ones from NAS.\n\nThis is a nodejs app that takes events and shows in html. It uses Parse as the storage layer and it can be hosted on azure.\n\n### How to use\n\nhttps://mypmev.azurewebsites.net/\n\nTo post new event, use basic auth and http POST:\n```\nhttp POST https://mypmev.azurewebsites.net/events \\\n  host=myhost message=testing -a API_USER:\n```\n\nTo use httpie in cronjob, make sure you add the `--ignore-stdin` option:\n\n```\nhttp --ignore-stdin POST https://mypmev.azurewebsites.net/events \\\n  host=myhost message=testing -a API_USER:\n```\n\nTo view the events, browse the web site and login as google account.\n\n### How to deploy\n\nFirstly, create a google api account, enable google+ and contact API in the console. Create an project, set the callback url and get the API client and API secret.\n\nThen, create a Parse.com account, create a project, get the ParseAPPID and REST API KEY.\n\nFinally, create an azure account, setup azure webapp, hook up with github repository.\n\nFollow `.envSample` to config the variables in azure webapp.\n\n### How to develop\n\nFirst of all, create an `.env` file with the correct configurations. `.envSample` will show you what should be configured.\n\nThe app contains an API backend and a static frontend, to make everything auto reload after changes, run:\n\n```\nnpm run dev\n```\n\nIt would launch a webpack-dev-server, listening on http://localhost:18000 and proxy all the not found request to http://localhost:17000. Backend nodejs server will listen on http://localhost:17000. Open http://localhost:18000 in browser and start developing.\n\nWebpack would not write the generated files during dev mode, so after code changes, run:\n\n```\nnpm run dist\n```\n\nIt would generated the final bundle javascripts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxchen%2Fpmev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftxchen%2Fpmev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxchen%2Fpmev/lists"}