coffeedex icon indicating copy to clipboard operation
coffeedex copied to clipboard

openstreetmap but for coffee

COFFEE DEX

A collaborative solution to the problem of

How much does a cup of coffee for here cost, everywhere?

The code structure is simple: all JavaScript is in index.js.

Development

This project uses browserify to compile the source code in index.js into the bundle of JavaScript in bundle.js that your browser interprets. You'll need node.js to install the dependencies of this project and develop on it.

  • npm install: install dependencies
  • npm start: start the development server that compiles your JavaScript and serves the site at http://localhost:3000/
  • npm run build: build a production-ready bundle.js that you can commit and use on the public website.

See Also