An open API service indexing awesome lists of open source software.

https://github.com/jplusplus/oomg

Can you correctly guess the weight of an elephant? The cost of a plane? Take the test with the Order of Magnitude Guessr! It's part of an experiment, you'll be doing a favor to science.
https://github.com/jplusplus/oomg

Last synced: 11 months ago
JSON representation

Can you correctly guess the weight of an elephant? The cost of a plane? Take the test with the Order of Magnitude Guessr! It's part of an experiment, you'll be doing a favor to science.

Awesome Lists containing this project

README

          

OMG

# OOMG

## Getting Started

### Prerequisites

- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org) Node >= 4.x.x, npm >= 2.x.x
- [Gulp](http://gulpjs.com/) (`npm install --global gulp`)
- [MongoDB](https://www.mongodb.org/) - Keep a running daemon with `mongod`

### Developing

1. Run `npm install` to install server dependencies.

2. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running

3. Run `gulp serve` to start the development server. It should automatically open the client in your browser when ready.

## Build & development

Run `gulp build` for building and `gulp serve` for preview.

## Prefetch

Generate questions JSON using [this document](https://docs.google.com/spreadsheets/d/1jlSotIkfLHD6TK_bR9uCxHp3_X_6p2rngYYeJYJ_E98/edit) by running `make questions`.

## Export answers

Export the full production database by running `make export` (you must be authorized to access this app on Heroku).