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

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

Example visualization using the Sleeper API
https://github.com/kt474/sleeper-api-example

api fantasy-football sleeper tutorial

Last synced: 3 months ago
JSON representation

Example visualization using the Sleeper API

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