Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusoftnet/page-logger
A small tool to track page views on marcusoft.net
https://github.com/marcusoftnet/page-logger
Last synced: about 5 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T21:46:57.000Z (over 7 years ago)
- Last Synced: 2024-04-13T19:26:19.315Z (7 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.