Skip to content

Node library using the "Unofficial" library to get the stats out of fabric.io , answers , crashlytics

Notifications You must be signed in to change notification settings

smalltownheroes/fabric-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Node JS library to extract metrics from http://fabric.io .

There is no official API for Fabric.io information. So this is the next best thing (reverse engineered from the browser API calls)

It uses zombie.js to simulate a login into the website and uses request extracts the correct API tokens. (csrf_token, developer_token, access_token).

The api calls return the raws JSON data from the API response.

Status

very much Work In Process - check back in a week or so :)

export FABRIC_EMAIL=
export FABRIC_PASSWORD=
export FABRIC_ORGANIZATION_ID=
export FABRIC_APP_ID=

About

Node library using the "Unofficial" library to get the stats out of fabric.io , answers , crashlytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published