https://github.com/valentinfunk/scriptfodder-stats
Scriptfodder Sales statistics using the SF API.
https://github.com/valentinfunk/scriptfodder-stats
d3js statistics-viewer webapp
Last synced: about 1 month ago
JSON representation
Scriptfodder Sales statistics using the SF API.
- Host: GitHub
- URL: https://github.com/valentinfunk/scriptfodder-stats
- Owner: ValentinFunk
- Created: 2015-05-12T08:31:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T17:57:31.000Z (over 7 years ago)
- Last Synced: 2025-03-27T14:07:43.774Z (about 2 months ago)
- Topics: d3js, statistics-viewer, webapp
- Language: JavaScript
- Homepage: https://kamshak.github.io/scriptfodder-stats/
- Size: 2.94 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [ StatFodder](https://kamshak.github.io/scriptfodder-stats/) - Sales Statistics for ScriptFodder
[](https://app.wercker.com/project/bykey/e4906f0a294addb9c15ef7fa008e16fe)[](https://david-dm.org/Kamshak/scriptfodder-stats#info=devDependencies)
Scriptfodder Sales Statistics using the SF API. 100% clientside, no API key collecting. Made with Angular.JS and D3.
**Can be accessed here: [https://kamshak.github.io/scriptfodder-stats/](https://kamshak.github.io/scriptfodder-stats/)**
## Installation / Development
To install the project first clone it:
git clone https://github.com/Kamshak/scriptfodder-stats.gitMake sure you have NodeJS installed. (https://nodejs.org/download/). Next install bower:
npm install -g bower
Then go into the project's directory and install all dependencies:
cd scriptfodder-stats
npm install && bower installTo start a development server:
gulp serve
## Building the Project
To build the project execute gulp build:
gulp build
The files in the dist folder can then be uploaded to any static hosting.