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

https://github.com/hauntedhost/elm-buzzword-bingo

First app using Elm language
https://github.com/hauntedhost/elm-buzzword-bingo

Last synced: 11 months ago
JSON representation

First app using Elm language

Awesome Lists containing this project

README

          

## BUZZWORD BINGO

[![Screenshot](screenshot.png)](https://pragmaticstudio.com/elm)

Fun project completed in (excellent) [Elm: Building Reactive Web Apps](https://pragmaticstudio.com/elm) course.

## Check it out:
```bash
# Install Elm here first: http://elm-lang.org/install
elm package install --yes
npm install
gulp elm
open index.html
```

---
[Sean Omlor](http://seanomlor.com)