Giter Site home page Giter Site logo

glennneiger / jscalc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ndldd/jscalc

0.0 2.0 0.0 624 KB

A Node/Angular app that lets users create custom online calculators

Home Page: https://jscalc.io

License: MIT License

CSS 8.87% HTML 36.22% JavaScript 54.91%

jscalc's Introduction

JSCalc

Installing

Run

npm install

which will also install Bower dependencies with postinstall hook.

Building

Currently no build is involved, connect-assets is used instead.

Running locally

Run

MONGOLAB_URI=<Your Mongo DB URI> node server/app.js

Environment Variables

Of the environment variables listed below, the only one required for most of the functionality is MONGOLAB_URI (this can be the URI of either a local Mongo DB, or one hosted remotely on a service like Mongolab/MongoDB). PHANTOMJSCLOUD_KEY and PRERENDER_HOST are needed for serving static versions of pages to crawlers visiting _escaped_fragment_ URIs (currently disabled, so these two variables aren't used). SENDGRID_USER and SENDGRID_PASSWORD are needed to send password reset emails. SESSION_SECRET will default to test.

MONGOLAB_URI=<Mongo DB URI>
PHANTOMJSCLOUD_KEY=<currently not used, phantomjscloud.com key>
PRERENDER_HOST=<currently not used, host that does not redirect http to
    https, to be used by phantomjscloud.com>
NODE_ENV=<"development" or "production">
SESSION_SECRET=<session secret>
SENDGRID_USER=<sendgrid.com user>
SENDGRID_PASSWORD=<sendgrid.com password>

License

MIT

jscalc's People

Contributors

ivan7237d avatar mabuelhagag avatar

Watchers

 avatar  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.