mbutterworth / fifa15-js-api

FIFA 15 JavaScript (Node) API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fifa15-js-api

This is a FIFA 15 JavaScript (Node) API. The app.js file is an example file that uses the API, so you can use it to easily start developing your custom software / autobuyer.

All API methods are asynchronous, so you have to use a callback for anyone of them. (If you need to synchronize your code, you can easily use events)

Each method have comments in JavaDoc style to let developers easily understand how to use them.

Installation

As any other Node app, to install it launch:npm install

Execution

Just launch: node app.js

About

FIFA 15 JavaScript (Node) API


Languages

Language:JavaScript 100.0%