Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/analytics-frontend
Simple privacy focused analytics for startups.
https://github.com/malcodeman/analytics-frontend
analytics
Last synced: about 1 month ago
JSON representation
Simple privacy focused analytics for startups.
- Host: GitHub
- URL: https://github.com/malcodeman/analytics-frontend
- Owner: malcodeman
- License: mit
- Created: 2019-12-22T13:17:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T19:00:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T11:10:37.788Z (2 months ago)
- Topics: analytics
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - analytics-frontend - Simple analytics for startups. (React)
README
# Analytics frontend
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Simple analytics for startups.
![Screenshot](docs/images/screenshot.png)
## Getting started
```
git clone https://github.com/malcodeman/analytics-frontend.git
cd analytics-frontend
yarn install && yarn start
```.env:
```
GRAPHQL_URI=http://localhost:4000/graphql
ANALYTICS_SCRIPT_SOURCE=https://codepen.io/akwdkaj2dka2j/pen/ExaBOyx.js
NODE_ENV=development
MAPBOX_ACCESS_TOKEN=token
```## License
[MIT](./LICENSE)