Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Logflare/cloudflare-app
The Cloudflare app for Logflare
https://github.com/Logflare/cloudflare-app
Last synced: 6 days ago
JSON representation
The Cloudflare app for Logflare
- Host: GitHub
- URL: https://github.com/Logflare/cloudflare-app
- Owner: Logflare
- License: mit
- Created: 2019-01-10T19:00:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T16:36:45.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T16:33:54.100Z (3 months ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 44
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudflare - Logflare - Log management & event analytics. (Apps / Open Source)
- awesome-cloudflare - Logflare - Log management & event analytics. (Apps / Open Source)
README
# Logflare App for Cloudflare
Install from the Cloudflare app store.
## Cloudflare Worker
If you don't want to use the Cloudflare app or you want to customize how logs are sent from Cloudlfare to Logflare see ./workers/worker.js and add a custom worker to your Cloudflare account.
## Dev Setup
Install the dependencies with `yarn install` then build the project with `yarn build` (or `npm run build`).