https://github.com/marcusoftnet/page-logger
A small tool to track page views on marcusoft.net
https://github.com/marcusoftnet/page-logger
Last synced: 4 months ago
JSON representation
A small tool to track page views on marcusoft.net
- Host: GitHub
- URL: https://github.com/marcusoftnet/page-logger
- Owner: marcusoftnet
- Created: 2015-01-15T04:29:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T21:46:57.000Z (over 8 years ago)
- Last Synced: 2025-01-15T14:15:11.432Z (6 months ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple log for page views.
# Todo
* If more than 10 data points => aggregate to week, to month
* Update the filtering code to utilize underscore# Doing
* Draw a diagram per view# Done
* Calculate a sum per view
* Update text of buttons
* Graphs for the hits per page view
* Page for a URL showing the hits on that Url over time
* Filter out all data less than 1
* Filtering on dates
* Styling with bootstrap
* First barebones version deployed# What I've learned
* CORS via koa-cors is a nice way to handle CORS
* In modern browsers $.post() automatically adds CORS headers when doing request to other domains.