Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T17:57:31.000Z (about 7 years ago)
- Last Synced: 2024-04-15T01:19:15.241Z (9 months ago)
- Topics: d3js, statistics-viewer, webapp
- Language: JavaScript
- Homepage: https://kamshak.github.io/scriptfodder-stats/
- Size: 2.94 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [![StatFodder](http://res.cloudinary.com/dctipxdo4/image/upload/c_scale,h_48/v1467305275/Bild1_qz4pyc.png) StatFodder](https://kamshak.github.io/scriptfodder-stats/) - Sales Statistics for ScriptFodder
[![wercker status](https://app.wercker.com/status/e4906f0a294addb9c15ef7fa008e16fe/s/master "wercker status")](https://app.wercker.com/project/bykey/e4906f0a294addb9c15ef7fa008e16fe)[![devDependency Status](https://david-dm.org/Kamshak/scriptfodder-stats/dev-status.svg)](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.