https://github.com/passy/elm-pokemon
https://github.com/passy/elm-pokemon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/passy/elm-pokemon
- Owner: passy
- License: bsd-3-clause
- Created: 2015-11-17T21:06:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T20:56:41.000Z (over 10 years ago)
- Last Synced: 2025-03-30T13:04:26.483Z (over 1 year ago)
- Language: Elm
- Homepage: https://passy.github.io/elm-pokemon
- Size: 126 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)