fastspring-sales-map
v1.0.0
Published
Generate a map from FastSpring Sales Data
Readme
FastSpring Sales Map Generator
Generate a map of you've sold something from FastSpring sales data
Instructions
- Install this package globally:
yarn global add fastspring-sales-map\npm i -g fastspring-sales-map - Run
FS_USER=username FS_PASS=password salesmap generateto generate an HTML map, orFS_USER=username FS_PASS=password salesmap serverto start a server.- This will connect to FastSpring and download the latest sales numbers. The server will re-download this data on every request.
- WARNING: If you expose this server to the public, you may be rate-limited by FastSpring.
- The
usernameandpasswordshould be the API keys you got from FastSpring.
- This will connect to FastSpring and download the latest sales numbers. The server will re-download this data on every request.
