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

https://github.com/tejasbubane/quiz


https://github.com/tejasbubane/quiz

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

[![Circle CI](https://circleci.com/gh/bigbinary/quiz.png?style=badge)](https://circleci.com/gh/bigbinary/quiz)

#### Setup

```
rake setup
bundle exec rails server
```

#### Replace Quiz with your project name

Let's say that the project name is `Pump`. Execute the command below to
replace all occurrences of `Quiz` with `Pump`.

```
perl -e "s/Quiz/Pump/g;" -pi $(find . -type f)
```

#### Instructions

- [How we work](http://how-we-work.bigbinary.com/)

#### Brought to you by

![BigBinary](http://bigbinary.com/assets/common/logo.png)