https://github.com/kt474/sleeper-api-example
https://github.com/kt474/sleeper-api-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kt474/sleeper-api-example
- Owner: kt474
- Created: 2025-03-02T20:41:26.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:55:01.000Z (about 2 months ago)
- Last Synced: 2025-03-02T21:30:42.253Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- 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/).