https://github.com/cestef/faceit-charts
Generate beautiful charts from FACEIT data.
https://github.com/cestef/faceit-charts
Last synced: 10 days ago
JSON representation
Generate beautiful charts from FACEIT data.
- Host: GitHub
- URL: https://github.com/cestef/faceit-charts
- Owner: cestef
- License: mit
- Created: 2023-01-29T23:39:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T08:58:01.000Z (over 3 years ago)
- Last Synced: 2025-01-04T13:10:55.854Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://faceit.cstef.dev
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FACEIT Charts
Generate charts from FACEIT data.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [PNPM](https://pnpm.io/)
### Installing
Clone the repository
```
git clone https://github.com/cestef/faceit-charts.git
cd faceit-charts
```
and then install the dependencies
```
pnpm install
```
### Running
```
pnpm dev
```
### Building
```
pnpm build
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* [FACEIT API](https://developers.faceit.com/)