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

https://github.com/passy/elm-pokemon


https://github.com/passy/elm-pokemon

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# elm-pokemon

An [Elm](http://elm-lang.org) example for displaying Pokemon.
Based on an [AngularJS Directive](http://plnkr.co/edit/xfRpUhIjGTC7g4Pi75kj?p=preview)
by [Brian Ford](https://github.com/btford).

## [Demo](https://passy.github.io/elm-pokemon)

## Building

```
elm make Pokemon.elm
```

or use the reactor:

```
elm install
elm reactor
open http://localhost:8000/Pokemon.elm
```

## License

BSD

## Other Implementations

- [AngularJS](https://github.com/gdi2290/angular-pokemon)
- [Ember](http://emberjs.jsbin.com/AYegOHI/1/edit)
- [Polymer](https://github.com/passy/x-pokemon)
- [Vanilla](https://github.com/calvinmetcalf/vanilla-pokemon)
- [React](https://github.com/passy/react-pokemon)
- [es6](http://samccone.github.io/es6-pokemon/)