Skip to content

Commit

Permalink
Update config and readme for JsDeliver
Browse files Browse the repository at this point in the history
  • Loading branch information
n.hefti committed Aug 5, 2016
1 parent 513c488 commit 3880070
Show file tree
Hide file tree
Showing 6 changed files with 7,755 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build
dist
dist/*.standalone.*
node_modules
coverage-report.html
*.tgz
test/generated
.idea
tmp
tmp
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,22 @@ formula.js

JavaScript implementation of most Microsoft Excel formula functions

This library is under development.
USAGE
-----

Documentation available at [stoic.com/formula](http://stoic.com/formula)
Formulas depends on the following Open source Javascript libraries: Numeric, NumeralJs and jStats.

Include them as follow to use formula.js in your browser:

<!-- Numeric -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js"></script>
<!-- Numeral.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.4.5/numeral.min.js"></script>
<!-- jStat -->
<script src="https://cdn.jsdelivr.net/jstat/latest/jstat.min.js"></script>

<!-- Finally add formula.js -->
<script src="local-formula-path/formula.js"></script>

LICENSE
-------
Expand Down
Loading

0 comments on commit 3880070

Please sign in to comment.