Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/pixeltracker
A custom pixel-tracker test
https://github.com/foxfirecodes/pixeltracker
Last synced: 5 days ago
JSON representation
A custom pixel-tracker test
- Host: GitHub
- URL: https://github.com/foxfirecodes/pixeltracker
- Owner: foxfirecodes
- Created: 2017-01-17T15:09:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:31:03.000Z (about 2 years ago)
- Last Synced: 2025-01-01T14:07:54.090Z (5 days ago)
- Language: HTML
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PixelTracker
This is some simple demo software for a [pixel tracker](https://en.wikipedia.org/wiki/Web_beacon) (also known as a web beacon, web bug, or tag). I just used it to create a simple view-counter for webpages and also to keep track of what IPs have viewed the site and how many times they've viewed it.## Setup
It's actually quite simple to set up. Prerequisites: `git`, [`yarn`](https://yarnpkg.com/en/docs/install).# Download project
git clone https://github.com/Rayzr522/PixelTracker.git
cd PixelTracker
# Install dependencies
yarn
# Now start up the web-server
yarn run server
Go to `localhost:3000` to view the simple website, and the view-stats will display on the homepage.