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

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.

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/)