1.0.0 • Published 8 years ago

fastspring-sales-map v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

FastSpring Sales Map Generator

Generate a map of you've sold something from FastSpring sales data

Instructions

  1. Install this package globally: yarn global add fastspring-sales-map \ npm i -g fastspring-sales-map
  2. Run FS_USER=username FS_PASS=password salesmap generate to generate an HTML map, or FS_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 and password should be the API keys you got from FastSpring.