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
- Host: GitHub
- URL: https://github.com/kt474/sleeper-api-example
- Owner: kt474
- Created: 2025-03-02T20:41:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:55:01.000Z (11 months ago)
- Last Synced: 2025-10-12T22:52:49.311Z (4 months ago)
- Topics: api, fantasy-football, sleeper, tutorial
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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