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

https://github.com/kt474/sleeper-api-example


https://github.com/kt474/sleeper-api-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sleeper API Example

A simple fantasy football visualization using data from the [Sleeper API](https://docs.sleeper.com/#introduction). Made with React and ApexCharts.js.

![Example Image](public/example_chart.png)

How to run the project locally:

```bash
git clone https://github.com/kt474/sleeper-api-example.git
cd sleeper-api-example
npm install
npm run dev
```

A full tutorial can be found on [ffwrapped](https://ffwrapped.com/).