elben / true-cost

True cost of purchases

Home Page:http://elbenshira.com/p/true-cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

True Cost

Development

First, install Elm.

elm repl
import Main exposing (..)

And then open index.html to see it in action!

A good way to test on a phone is to use ngrok:

cd ~/code/true-cost
python -m SimpleHTTPServer 8005

ngrok http 8005

Compiling

elm make Main.elm --output truecost.js
open index.html

Notes

About

True cost of purchases

http://elbenshira.com/p/true-cost

License:MIT License


Languages

Language:Elm 70.1%Language:CSS 23.2%Language:HTML 6.7%