An open API service indexing awesome lists of open source software.

https://github.com/victorqribeiro/imagecounter

A simple page view counter that store data as text and shows data as a PNG image
https://github.com/victorqribeiro/imagecounter

counter pageview php png

Last synced: about 1 year ago
JSON representation

A simple page view counter that store data as text and shows data as a PNG image

Awesome Lists containing this project

README

          

# Image Counter

A simple page view counter that store data as text and shows the counter as a PNG image.

## How to use it

Host these files on a cheap / free PHP server somewhere. Create a image element that points to it.
**Don't forget to give write permission**

**HTML Image**
```

```

**MarkDown Image**
```
![pageviews](https://my_cheap_server/imageCounter)
```

An example of this in use can be seen when you visit my [GitHub profile][github] page.

[github]: https://github.com/victorqribeiro