ickerio / fortnite.js

A powerful and super light Fortnite stats API wrapper for Node.js.
ISC License
4 stars 1 forks source link

Replaced snekfetch with node-fetch and added tests for Travis #9

Closed abhinavk99 closed 5 years ago

abhinavk99 commented 5 years ago

Fixes issues #7 and #8

Also added Node version 10 to .travis.yml

The Travis tests won't pass unless you add an environment variable called FORTNITE_KEY with the Fortnite Tracker API key to the Travis repository settings.

abhinavk99 commented 5 years ago

@ickerio Can you add your Fortnite Tracker key as an environment variable called FORTNITE_KEY so that the Travis build passes and we can merge in the PR?