fastspring-sales-map
v1.0.0
Published
Generate a map from FastSpring Sales Data
Downloads
3
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 generate
to generate an HTML map, orFS_USER=username FS_PASS=password salesmap server
to 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
username
andpassword
should 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.