Giter Club home page Giter Club logo

ethercalc's Introduction

                              -=[ EtherCalc ]=-

    Language: CoffeeScript
    Runtime: Node.js (0.8+ preferred; compatible with 0.4)
    Services: Redis (2.4+; fall-back to on-disk JSON storage if not present)
    Browsers currently tested: Safari, Chrome, Firefox, IE.

                              -[ Installation ]-

    > npm i -g ethercalc
    > ethercalc

                             -[ REST Interface ]-

    GET /_/page
        Fetch the page as a serialization in SocialCalc save format.
        
    PUT /_/page
        Replaces the page with a serialization in SocialCalc save format.

    POST /_/page?command=...
        Runs one or more commands specified as the "command" POST data parameter.

    GET /_/page/cells
        Returns a JSON representation of all defined cells in the page.

    GET /_/page/cells/A1
        Returns a JSON representation of a single cell in the page.

                               -[ Using SSL ]-

    $ openssl genrsa -out ethercalc-key.pem 1024 
    $ openssl req -new -key ethercalc-key.pem -out certrequest.csr
    $ openssl x509 -req -in certrequest.csr -signkey ethercalc-key.pem -out ethercalc-cert.pem

    bin/ethercalc --keyfile ethercalc-key.pem --certfile ethercalc-cert.pem --basepath https://localhost:8000

    Supply basepath because express's @redirect falls back to http.

                               -[ Licensing ]-

    Common Public Attribution License (Socialtext Inc.):

        socialcalcspreadsheetcontrol.js
        socialcalctableeditor.js
        images/*

    Artistic License 2.0 (Socialtext Inc.):

        formatnumber2.js
        formula1.js
        socialcalc-3.js
        socialcalcconstants.js
        socialcalcpopup.js

    MIT License (John Resig, The Dojo Foundation):

        static/jquery.js

    CC0 Public Domain (ๅ”้ณณ):

        src/*.ls

ethercalc's People

Contributors

audreyt avatar clkao avatar gkz avatar infojunkie avatar uho avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.