Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jecisc/webpokedex
https://github.com/jecisc/webpokedex
pharo seaside smalltalk
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jecisc/webpokedex
- Owner: jecisc
- License: mit
- Created: 2016-02-21T18:56:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T21:30:54.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T18:09:30.864Z (2 months ago)
- Topics: pharo, seaside, smalltalk
- Language: Smalltalk
- Size: 24.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebPokedex
[![Build Status](https://travis-ci.org/jecisc/WebPokedex.svg?branch=development)](https://travis-ci.org/jecisc/WebPokedex)
```Smalltalk
Metacello new
baseline: #WebPokedex;
githubUser: 'jecisc' project: 'WebPokedex' commitish: 'master' path: 'src';
onWarningLog;
load.(Smalltalk at: #WPServer) readStonModel
```