Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
/ fortnite-api Public archive

REST Fortnite API. Get stats, score, kills...

License

Notifications You must be signed in to change notification settings

SkYNewZ/fortnite-api

Repository files navigation

Fortnite-API

Travis Docker Pulls Codecov Donate

A simple NodeJS API to retrieve stats and infos from Fortnite Game.

Powered by Fortnite Client

Deploy with docker

docker run -it --rm -p 8080:3000 \
        -e FORTNITE_ACCOUNT_EMAIL=email@epicgames.com \
        -e FORTNITE_ACCOUNT_PASSWORD=password \
        skynewz/fortnite-api