Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microlinkhq/analytics
Microservice to retrieve your CloudFlare Analytics.
https://github.com/microlinkhq/analytics
analytics cloudflare microservice
Last synced: 3 months ago
JSON representation
Microservice to retrieve your CloudFlare Analytics.
- Host: GitHub
- URL: https://github.com/microlinkhq/analytics
- Owner: microlinkhq
- License: mit
- Created: 2020-07-02T08:34:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T08:45:21.000Z (5 months ago)
- Last Synced: 2024-09-18T17:16:29.482Z (5 months ago)
- Topics: analytics, cloudflare, microservice
- Language: JavaScript
- Homepage: https://analytics.microlink.io
- Size: 101 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
![]()
[![Deploy with Vercel](https://zeit.co/button)](https://vercel.com/new/project?template=https://github.com/microlinkhq/analytics)
> Microservice to retrieve your CloudFlare Analytics.
It converts your CloudFlare Analytics information:
![](https://i.imgur.com/iH0vyim.png)
Into something easy to consume for any UI as JSON payload, from anywhere.
See on live at [analytics.microlink.io](https://analytics.microlink.io/).
# Environment Variables
### ZONE_ID
*Required*
Type: `string`The zone identifier associated with your domain.
### X_AUTH_EMAIL
*Required*
Type: `string`The email associated with your CloudFlare account.
### X_AUTH_KEY
*Required*
Type: `string`The authorization token associated with your CloudFlare account.
### REQ_TIMEOUT
Type: `number`
Default: 8000It specifies how much time after to consider a request as timeout, in milliseconds.
### MAX_CACHE
Type: `number`
Default: 86400 (1d)It specifies how much time a response can be cached, in seconds.
## License
**oss** © [microlink.io](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/oss/blob/master/LICENSE.md) License.
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/oss/contributors).> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)